Searched defs:buf1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/liblzf-3.4/
H A Dlzf.c180 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
185 while ((us = rread (from, &buf1[MAX_HDR_SIZE], blocksize)) > 0)
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
202 header = &buf1[MAX_HDR_SIZE - TYPE0_HDR_SIZE];
222 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
275 memcpy (buf1, p, l);
283 p = &buf1[l];
291 if (wwrite (to, buf1, us))
296 if (lzf_decompress (buf1, cs, buf2, us) != us)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c279 * res_queriesmatch(buf1, eom1, buf2, eom2)
281 * in (buf1,eom1) and (buf2,eom2)?
291 const u_char *buf1,
297 const u_char *cp = buf1 + HFIXEDSZ;
298 int qdcount = ntohs(((HEADER*)buf1)->qdcount);
300 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
307 if ( (((HEADER *)buf1)->opcode == ns_o_update) &&
317 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
290 res_queriesmatch( const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2 ) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 706 milliseconds