Home
last modified time | relevance | path

Searched refs:maxage (Results 1 - 8 of 8) sorted by relevance

/third_party/f2fs-tools/lib/
H A Dnls_utf8.c79 unsigned int maxage; member
498 if (leaf_age <= data->maxage && leaf_age > age)
521 age = data->maxage;
527 if (leaf_age <= data->maxage && leaf_age < age)
555 if (leaf_age <= data->maxage && leaf_age > age)
578 age = data->maxage;
584 if (leaf_age <= data->maxage && leaf_age < age)
612 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
641 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
774 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte()
878 utf8nfdicf(unsigned int maxage) utf8nfdicf() argument
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_block.h267 * @param maxage The maxmimum life of the data. If @c -1, then there
268 * is no maxage.
276 int maxage,
379 * @param maxage The maxmimum life of the data. If @c -1, then there
380 * is no maxage.
397 int maxage,
/third_party/curl/lib/
H A Daltsvc.c537 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local
635 maxage = num; in Curl_altsvc_parse()
652 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
H A Dcookie.c729 const char *maxage = valuep; in Curl_cookie_add() local
730 offt = curlx_strtoofft((*maxage == '\"')? in Curl_cookie_add()
731 &maxage[1]:&maxage[0], NULL, 10, in Curl_cookie_add()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c68 long maxage);
255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
416 opt_long(opt_arg(), &maxage); in ocsp_main() local
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
969 long maxage) in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
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 Docsp.c68 long maxage);
255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
416 opt_long(opt_arg(), &maxage); in ocsp_main() local
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
969 long maxage) in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
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/src/
H A Dcoap_block.c276 int maxage, in coap_add_data_blocked_response()
314 if (maxage >= 0) { in coap_add_data_blocked_response()
317 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_blocked_response()
597 int maxage, in coap_add_data_large_internal()
867 if (maxage >= 0) { in coap_add_data_large_internal()
871 lg_xmit->b.b2.maxage_expire = coap_ticks_to_rt(now) + maxage; in coap_add_data_large_internal()
1022 int maxage, in coap_add_data_large_response()
1081 if (maxage >= 0) { in coap_add_data_large_response()
1084 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_large_response()
1111 query, maxage, eta in coap_add_data_large_response()
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/libcoap/examples/
H A Dcoap-server.c1613 int maxage = -1; in proxy_response_handler() local
1676 maxage = coap_decode_var_bytes(coap_opt_value(option), in proxy_response_handler()
1705 media_type, maxage, etag, size, data, in proxy_response_handler()

Completed in 15 milliseconds