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

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
buffer.h 426 isc__buffer_back(isc_buffer_t *b, unsigned int n);
790 #define ISC__BUFFER_BACK(_b, _n) \
869 #define isc_buffer_back ISC__BUFFER_BACK
892 #define isc_buffer_back isc__buffer_back
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
buffer.h 463 isc__buffer_back(isc_buffer_t *b, unsigned int n);
927 #define ISC__BUFFER_BACK(_b, _n) \
1058 #define isc_buffer_back ISC__BUFFER_BACK
1081 #define isc_buffer_back isc__buffer_back
  /src/external/bsd/ntp/dist/libntp/lib/isc/
buffer.c 229 isc__buffer_back(isc_buffer_t *b, unsigned int n) { function
237 ISC__BUFFER_BACK(b, n);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
buffer.c 182 isc__buffer_back(isc_buffer_t *b, unsigned int n) { function
186 ISC__BUFFER_BACK(b, n);

Completed in 30 milliseconds