Home
last modified time | relevance | path

Searched refs:write_func (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dmp_rs_query.c334 result = qstate->write_func(qstate, &c_mp_rs_response->error_code, in on_mp_read_session_response_write1()
458 result = qstate->write_func(qstate, &read_response->error_code, in on_mp_read_session_read_response_write1()
461 result += qstate->write_func(qstate, &read_response->data_size, in on_mp_read_session_read_response_write1()
497 result = qstate->write_func(qstate, read_response->data, in on_mp_read_session_read_response_write2()
H A Dquery.c555 result = qstate->write_func(qstate, &write_response->error_code, in on_write_response_write1()
838 result = qstate->write_func(qstate, &read_response->error_code, in on_read_response_write1()
842 result += qstate->write_func(qstate, &read_response->data_size, in on_read_response_write1()
874 result = qstate->write_func(qstate, read_response->data, in on_read_response_write2()
1074 result = qstate->write_func(qstate, &transform_response->error_code, in on_transform_response_write1()
1131 qstate->write_func = query_socket_write; in query_io_buffer_read()
1170 qstate->write_func = query_socket_write; in query_io_buffer_write()
1254 retval->write_func = query_socket_write; in init_query_state()
H A Dquery.h63 query_write_func write_func; /* data write function */ member
H A Dmp_ws_query.c265 result = qstate->write_func(qstate, &c_mp_ws_response->error_code, in on_mp_write_session_response_write1()
448 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()
H A Dnscd.c421 qstate->write_func = query_io_buffer_write; in process_socket_event()
/freebsd/contrib/libxo/libxo/
H A Dxo.h161 xo_set_writer (xo_handle_t *xop, void *opaque, xo_write_func_t write_func,
H A Dlibxo.c7957 xo_set_writer (xo_handle_t *xop, void *opaque, xo_write_func_t write_func, in xo_set_writer() argument
7963 xop->xo_write = write_func; in xo_set_writer()
/freebsd/contrib/libxo/doc/
H A Dapi.rst106 xo_write_func_t write_func, xo_close_func_t close_func, \
112 context information. The *write_func* function writes data to the
121 :param xo_write_func_t write_func: New write function