HomeSort by: relevance | last modified time | path
    Searched defs:inbufp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h 63 uint8_t *inbufp; // Current read pointer (may not be in inbuf) member in struct:dso_transport
  /src/usr.bin/gzip/
gzip.c 595 char *outbufp, *inbufp; local
607 inbufp = malloc(BUFLEN);
608 if (outbufp == NULL || inbufp == NULL) {
670 in_size = read(in, inbufp, BUFLEN);
680 crc = crc32(crc, (const Bytef *)inbufp, (unsigned)in_size);
682 z.next_in = (unsigned char *)inbufp;
750 if (inbufp != NULL)
751 free(inbufp);
769 char *outbufp, *inbufp; local
802 if ((inbufp = malloc(BUFLEN)) == NULL)
    [all...]

Completed in 17 milliseconds