Searched refs:input_arg (Results 1 - 6 of 6) sorted by relevance
/third_party/libcoap/examples/lwip/ |
H A D | server-coap.c | 120 void *input_arg, int argc, char **argv) { in server_coap_init() 197 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in server_coap_init() 119 server_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg, int argc, char **argv) server_coap_init() argument
|
H A D | client-coap.c | 102 client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg, in client_coap_init() argument 175 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in client_coap_init()
|
/third_party/libcoap/src/ |
H A D | coap_io_lwip.c | 49 void *input_arg) { in coap_lwip_set_input_wait_handler() 51 context->input_arg = input_arg; in coap_lwip_set_input_wait_handler() 113 context->input_wait(context->input_arg, timeout); in coap_io_process() 47 coap_lwip_set_input_wait_handler(coap_context_t *context, coap_lwip_input_wait_handler_t handler, void *input_arg) coap_lwip_set_input_wait_handler() argument
|
/third_party/node/test/pseudo-tty/ |
H A D | testcfg.py | 43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config): 47 self.input = input_arg
|
/third_party/libcoap/include/coap3/ |
H A D | coap_net_internal.h | 89 void *input_arg; /** argument to pass it input handler */ member
|
H A D | coap_net.h | 800 * @param input_arg The argument to pass into handler(). 805 void *input_arg);
|
Completed in 4 milliseconds