Searched defs:maxage (Results 1 - 7 of 7) sorted by relevance
/third_party/f2fs-tools/lib/ |
H A D | nls_utf8.c | 79 unsigned int maxage; member 878 utf8nfdicf(unsigned int maxage) utf8nfdicf() argument [all...] |
/third_party/curl/lib/ |
H A D | altsvc.c | 537 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local
|
H A D | cookie.c | 729 const char *maxage = valuep; in Curl_cookie_add() local
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 273 coap_add_data_blocked_response(const coap_pdu_t *request, coap_pdu_t *response, uint16_t media_type, int maxage, size_t length, const uint8_t *data ) coap_add_data_blocked_response() argument 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 1016 coap_add_data_large_response(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_string_t *query, uint16_t media_type, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr ) coap_add_data_large_response() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local 416 opt_long(opt_arg(), &maxage); in ocsp_main() local 966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local 416 opt_long(opt_arg(), &maxage); in ocsp_main() local 966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 1613 int maxage = -1; in proxy_response_handler() local
|
Completed in 14 milliseconds