Home
last modified time | relevance | path

Searched refs:write_response (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/nscd/
HDquery.c401 struct cache_write_response *write_response; in on_write_request_process() local
406 write_response = get_cache_write_response(&qstate->response); in on_write_request_process()
413 write_response->error_code = ENOENT; in on_write_request_process()
421 write_response->error_code = EACCES; in on_write_request_process()
430 write_response->error_code = EOPNOTSUPP; in on_write_request_process()
445 write_response->error_code = cache_write(c_entry, in on_write_request_process()
459 write_response->error_code = -1; in on_write_request_process()
474 struct cache_write_response *write_response; in on_negative_write_request_process() local
479 write_response = get_cache_write_response(&qstate->response); in on_negative_write_request_process()
486 write_response->error_code = ENOENT; in on_negative_write_request_process()
[all …]
HDmp_ws_query.c417 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_request_process() local
422 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_request_process()
428 write_response->error_code = cache_mp_write( in on_mp_write_session_write_request_process()
445 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_response_write1() local
449 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_response_write1()
451 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()
460 if (write_response->error_code == 0) { in on_mp_write_session_write_response_write1()
HDprotocol.c198 init_cache_write_response(struct cache_write_response *write_response) in init_cache_write_response() argument
202 memset(write_response, 0, sizeof(struct cache_write_response)); in init_cache_write_response()
207 finalize_cache_write_response(struct cache_write_response *write_response) in finalize_cache_write_response() argument