HomeSort by: relevance | last modified time | path
    Searched refs:isc__buffer_setactive (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
buffer.h 386 isc__buffer_setactive(isc_buffer_t *b, unsigned int n);
775 #define ISC__BUFFER_SETACTIVE(_b, _n) \
866 #define isc_buffer_setactive ISC__BUFFER_SETACTIVE
889 #define isc_buffer_setactive isc__buffer_setactive
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
buffer.h 423 isc__buffer_setactive(isc_buffer_t *b, unsigned int n);
907 #define ISC__BUFFER_SETACTIVE(_b, _n) \
1055 #define isc_buffer_setactive ISC__BUFFER_SETACTIVE
1078 #define isc_buffer_setactive isc__buffer_setactive
  /src/external/bsd/ntp/dist/libntp/lib/isc/
buffer.c 194 isc__buffer_setactive(isc_buffer_t *b, unsigned int n) { function
202 ISC__BUFFER_SETACTIVE(b, n);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
buffer.c 158 isc__buffer_setactive(isc_buffer_t *b, unsigned int n) { function
162 ISC__BUFFER_SETACTIVE(b, n);

Completed in 37 milliseconds