Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/nscd/
H A Dmp_rs_query.c337 result = qstate->write_func(qstate, &c_mp_rs_response->error_code, in on_mp_read_session_response_write1()
461 result = qstate->write_func(qstate, &read_response->error_code, in on_mp_read_session_read_response_write1()
464 result += qstate->write_func(qstate, &read_response->data_size, in on_mp_read_session_read_response_write1()
500 result = qstate->write_func(qstate, read_response->data, in on_mp_read_session_read_response_write2()
H A Dquery.c558 result = qstate->write_func(qstate, &write_response->error_code, in on_write_response_write1()
841 result = qstate->write_func(qstate, &read_response->error_code, in on_read_response_write1()
845 result += qstate->write_func(qstate, &read_response->data_size, in on_read_response_write1()
877 result = qstate->write_func(qstate, read_response->data, in on_read_response_write2()
1077 result = qstate->write_func(qstate, &transform_response->error_code, in on_transform_response_write1()
1134 qstate->write_func = query_socket_write; in query_io_buffer_read()
1173 qstate->write_func = query_socket_write; in query_io_buffer_write()
1257 retval->write_func = query_socket_write; in init_query_state()
H A Dquery.h65 query_write_func write_func; /* data write function */ member
H A Dmp_ws_query.c268 result = qstate->write_func(qstate, &c_mp_ws_response->error_code, in on_mp_write_session_response_write1()
451 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()
H A Dnscd.c425 qstate->write_func = query_io_buffer_write; in process_socket_event()
/freebsd-13.1/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.c7931 xo_set_writer (xo_handle_t *xop, void *opaque, xo_write_func_t write_func, in xo_set_writer() argument
7937 xop->xo_write = write_func; in xo_set_writer()
/freebsd-13.1/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