Searched refs:single_request (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 1166 return self.single_request(host, handler, request_body, verbose) 1175 def single_request(self, host, handler, request_body, verbose=False): member in Transport
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 603 int single_request, coap_pdu_code_t request_method) { in coap_add_data_large_internal() 767 (block.num != 0 || single_request)) { in coap_add_data_large_internal() 1032 int single_request = 0; in coap_add_data_large_response() local 1071 single_request = 1; in coap_add_data_large_response() 1112 release_func, app_ptr, single_request, in coap_add_data_large_response() 592 coap_add_data_large_internal(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *pdu, coap_resource_t *resource, const coap_string_t *query, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr, int single_request, coap_pdu_code_t request_method) coap_add_data_large_internal() argument
|
Completed in 7 milliseconds