Searched refs:freebuf (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dstrerror.c62 BOOL freebuf; local
71 freebuf = FALSE;
72 msg = NTstrerror(num, &freebuf);
77 if(freebuf && msg != NULL) {
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dstrerror.c62 BOOL freebuf; local
71 freebuf = FALSE;
72 msg = NTstrerror(num, &freebuf);
77 if(freebuf && msg != NULL) {
/macosx-10.10/Libc-1044.1.2/os/
H A Ddebug_private.c261 char *buf, *freebuf; local
268 freebuf = buf;
287 free(freebuf);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dio.c196 ber_free( BerElement *ber, int freebuf )
203 if( freebuf ) ber_free_buf( ber );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlber.h456 int freebuf ));
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnassoc.c2191 ** freebuf Flags to indicate we should free the fragbuf.
2215 boolean32 freebuf,
2241 if (freebuf)
2194 rpc__cn_assoc_send_fragbuf( rpc_cn_assoc_p_t assoc, rpc_cn_fragbuf_p_t fragbuf, rpc_cn_sec_context_p_t sec, boolean32 freebuf, unsigned32 *st ) argument

Completed in 140 milliseconds