Lines Matching defs:buffer

68 #define MIN_BYTE_GAIN   1024    /* Minimum gain when shortening a buffer. */
125 /* If `size' >= 0, make sure buffer at `buf' is at least `size'-byte long.
126 Return the buffer address. */
140 /* Shorten the buffer only if it frees a significant byte count. This
147 /* Resize the buffer. */
173 /* Get the buffer for the given local key in the current thread, and
181 return (char *) NULL; /* No buffer yet. */
183 /* Allocate buffer descriptors for the current thread. */
202 /* Define the buffer system, get the buffer for the given local key in
352 If error, release the buffer and return -1. Else return 0. */
418 /* No way to allocate a buffer here, because it will be released by
419 gss_release_buffer(). The solution is to overwrite the EBCDIC buffer
476 /* No way to allocate a buffer here, because it will be released by
477 gss_release_buffer(). The solution is to overwrite the EBCDIC buffer
500 /* No way to allocate a buffer here, because it will be released by
501 gss_release_buffer(). The solution is to overwrite the EBCDIC buffer
718 /* No way to allocate a buffer here, because it will be released by
720 overwrite the EBCDIC buffer with ASCII to return it. */
749 /* No way to allocate a buffer here, because it will be released by
751 overwrite the EBCDIC buffer with ASCII to return it. */
780 /* No way to allocate a buffer here, because it will be released by
782 overwrite the EBCDIC buffer with ASCII to return it. */
897 Curl_os400_sendto(int sd, char *buffer, int buflen, int flags,
908 return sendto(sd, buffer, buflen, flags, (struct sockaddr *) &laddr, i);
912 Curl_os400_recvfrom(int sd, char *buffer, int buflen, int flags,
920 return recvfrom(sd, buffer, buflen, flags, fromaddr, addrlen);
923 rcvlen = recvfrom(sd, buffer, buflen, flags,