Searched refs:maxage (Results 1 – 14 of 14) sorted by relevance
/external/f2fs-tools/lib/ |
D | nls_utf8.c | 79 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() [all …]
|
/external/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);
|
/external/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 …]
|
/external/curl/lib/ |
D | cookie.c | 121 free(co->maxage); in freecookie() 745 strstore(&co->maxage, valuep, vlen); in Curl_cookie_add() 746 if(!co->maxage) { in Curl_cookie_add() 775 if(co->maxage) { in Curl_cookie_add() 777 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add() 778 &co->maxage[1]:&co->maxage[0], NULL, 10, in Curl_cookie_add() 1178 free(clist->maxage); in Curl_cookie_add() 1396 CLONE(maxage); in dup_cookie()
|
D | cookie.h | 42 char *maxage; /* Max-Age = <value> */ member
|
D | altsvc.c | 495 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local 581 maxage = num; in Curl_altsvc_parse() 598 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
|
/external/cronet/net/cookies/ |
D | parsed_cookie.h | 111 bool SetMaxAge(const std::string& maxage);
|
D | parsed_cookie.cc | 256 bool ParsedCookie::SetMaxAge(const std::string& maxage) { in SetMaxAge() argument 257 return SetString(&maxage_index_, kMaxAgeTokenName, maxage); in SetMaxAge()
|
/external/python/cpython3/Doc/library/ |
D | collections.rst | 1209 def __init__(self, func, maxsize=128, maxage=30): 1213 self.maxage = maxage 1219 if time() - timestamp <= self.maxage:
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 78954 unsigned int maxage; member
|
D | vmlinux.h | 78954 unsigned int maxage; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 45373 unsigned int maxage; member
|
D | vmlinux_510.h | 45373 unsigned int maxage; member
|