Searched refs:BUFSIZE_INVALID (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dprotocol.h37 #define BUFSIZE_INVALID(x) (!BUFSIZE_CORRECT(x)) macro
H A Dquery.c330 if (BUFSIZE_INVALID(write_request->entry_length) ||
331 BUFSIZE_INVALID(write_request->cache_key_size) ||
332 (BUFSIZE_INVALID(write_request->data_size) &&
605 if (BUFSIZE_INVALID(read_request->entry_length) ||
606 BUFSIZE_INVALID(read_request->cache_key_size)) {
933 if (BUFSIZE_INVALID(transform_request->entry_length)) {
H A Dmp_ws_query.c118 if (BUFSIZE_INVALID(c_mp_ws_request->entry_length)) {
371 if (BUFSIZE_INVALID(write_request->data_size)) {
H A Dmp_rs_query.c115 if (BUFSIZE_INVALID(c_mp_rs_request->entry_length)) {

Completed in 59 milliseconds