Searched defs:buf2 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_mkupdate.c111 char buf2[MAXDNAME]; local
236 if (!getword_str(buf2, sizeof buf2, &startp, endp))
238 if (!inet_aton(buf2, &ina))
250 if (!getword_str(buf2, sizeof buf2, &startp, endp))
252 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
262 if (!getword_str(buf2, sizeof buf2, &startp,
265 n = dn_comp(buf2, c
[all...]
H A Dres_send.c279 * res_queriesmatch(buf1, eom1, buf2, eom2)
281 * in (buf1,eom1) and (buf2,eom2)?
293 const u_char *buf2,
300 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
308 (((HEADER *)buf2)->opcode == ns_o_update) )
311 if (qdcount != ntohs(((HEADER*)buf2)->qdcount))
325 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
290 res_queriesmatch( const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2 ) argument
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
190 header = &buf2[MAX_HDR_SIZE - TYPE1_HDR_SIZE];
223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
296 if (lzf_decompress (buf1, cs, buf2, us) != us)
302 if (wwrite (to, buf2, us))
/vbox/src/recompiler/tests/
H A Dlinux-test.c88 uint8_t buf2[FILE_BUF_SIZE]; local
131 len = chk_error(read(fd, buf2, FILE_BUF_SIZE));
134 if (memcmp(buf, buf2, FILE_BUF_SIZE) != 0)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 1114 milliseconds