Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
31 struct scratch_buffer tmpbuf; in __libc_rpc_gethostbyname() local32 scratch_buffer_init (&tmpbuf); in __libc_rpc_gethostbyname()35 &hostbuf, tmpbuf.data, tmpbuf.length, &hp, in __libc_rpc_gethostbyname()42 scratch_buffer_free (&tmpbuf); in __libc_rpc_gethostbyname()47 if (!scratch_buffer_grow (&tmpbuf)) in __libc_rpc_gethostbyname()64 scratch_buffer_free (&tmpbuf); in __libc_rpc_gethostbyname()71 scratch_buffer_free (&tmpbuf); in __libc_rpc_gethostbyname()
Completed in 4 milliseconds