/third_party/f2fs-tools/lib/ |
D | nls_utf8.c | 80 unsigned int maxage; member 499 if (leaf_age <= data->maxage && leaf_age > age) 522 age = data->maxage; 528 if (leaf_age <= data->maxage && leaf_age < age) 556 if (leaf_age <= data->maxage && leaf_age > age) 579 age = data->maxage; 585 if (leaf_age <= data->maxage && leaf_age < age) 613 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) 642 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) 775 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte() [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | nls_utf8.c | 82 unsigned int maxage; member 501 if (leaf_age <= data->maxage && leaf_age > age) 524 age = data->maxage; 530 if (leaf_age <= data->maxage && leaf_age < age) 558 if (leaf_age <= data->maxage && leaf_age > age) 581 age = data->maxage; 587 if (leaf_age <= data->maxage && leaf_age < age) 615 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) 644 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) 777 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte() [all …]
|
D | utf8n.h | 55 extern const struct utf8data *utf8nfdi(unsigned int maxage); 56 extern const struct utf8data *utf8nfdicf(unsigned int maxage);
|
/third_party/e2fsprogs/util/ |
D | mkutf8data.c | 347 unsigned int maxage; member 426 printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root); in tree_walk() 666 printf("Pruning %s_%x\n", tree->type, tree->maxage); in prune() 824 printf("Marking %s_%x\n", tree->type, tree->maxage); in mark_nodes() 957 printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index); in index_nodes() 1068 printf("Sizing %s_%x\n", tree->type, tree->maxage); in size_nodes() 1206 printf("Emitting %s_%x\n", tree->type, tree->maxage); in emit() 1593 unsigned int maxage; in trees_init() local 1603 maxage = nextage; in trees_init() 1608 data->correction < maxage) in trees_init() [all …]
|
/third_party/libcoap/include/coap3/ |
D | block.h | 184 int maxage, 302 int maxage,
|
D | coap_block_internal.h | 218 int maxage,
|
/third_party/boost/tools/build/src/engine/ |
D | hcache.cpp | 361 int maxage; in hcache_done() local 376 maxage = cache_maxage(); in hcache_done() 392 if ( maxage == 0 ) in hcache_done() 394 else if ( c->age > maxage ) in hcache_done()
|
/third_party/curl/lib/ |
D | cookie.c | 117 free(co->maxage); in freecookie() 718 strstore(&co->maxage, whatptr); in Curl_cookie_add() 719 if(!co->maxage) { in Curl_cookie_add() 759 if(co->maxage) { in Curl_cookie_add() 761 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add() 762 &co->maxage[1]:&co->maxage[0], NULL, 10, in Curl_cookie_add() 1128 free(clist->maxage); in Curl_cookie_add() 1357 CLONE(maxage); in dup_cookie()
|
D | cookie.h | 40 char *maxage; /* Max-Age = <value> */ member
|
D | altsvc.c | 479 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local 557 maxage = num; in Curl_altsvc_parse() 569 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
|
/third_party/libcoap/src/ |
D | block.c | 147 int maxage, in coap_add_data_blocked_response() argument 184 if (maxage >= 0) { in coap_add_data_blocked_response() 187 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_blocked_response() 337 int maxage, in coap_add_data_large_internal() argument 520 if (maxage >= 0) { in coap_add_data_large_internal() 524 lg_xmit->b.b2.maxage_expire = coap_ticks_to_rt(now) + maxage; in coap_add_data_large_internal() 644 int maxage, in coap_add_data_large_response() argument 678 if (maxage >= 0) { in coap_add_data_large_response() 681 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_large_response() 705 maxage, etag, length, data, in coap_add_data_large_response() [all …]
|
/third_party/openssl/apps/ |
D | ocsp.c | 93 long maxage); 260 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local 406 opt_long(opt_arg(), &maxage); in ocsp_main() 801 print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage); in ocsp_main() 1079 long maxage) in print_ocsp_summary() argument 1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
D | README.md | 67 …maxage` is respected). If `options.shared` is `false`, then the response is evaluated from a persp…
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1612 int maxage = -1; in proxy_message_handler() local 1679 maxage = coap_decode_var_bytes(coap_opt_value (option), in proxy_message_handler() 1703 media_type, maxage, etag, size, data, in proxy_message_handler()
|
/third_party/python/Doc/library/ |
D | collections.rst | 1185 def __init__(self, func, maxsize=128, maxage=30): 1189 self.maxage = maxage 1195 if time() - timestamp <= self.maxage:
|