Home
last modified time | relevance | path

Searched refs:maxage (Results 1 – 14 of 14) sorted by relevance

/external/f2fs-tools/lib/
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()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnls_utf8.c82 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 …]
Dutf8n.h55 extern const struct utf8data *utf8nfdi(unsigned int maxage);
56 extern const struct utf8data *utf8nfdicf(unsigned int maxage);
/external/e2fsprogs/util/
Dmkutf8data.c347 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/
Dcookie.c121 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()
Dcookie.h42 char *maxage; /* Max-Age = <value> */ member
Daltsvc.c495 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/
Dparsed_cookie.h111 bool SetMaxAge(const std::string& maxage);
Dparsed_cookie.cc256 bool ParsedCookie::SetMaxAge(const std::string& maxage) { in SetMaxAge() argument
257 return SetString(&maxage_index_, kMaxAgeTokenName, maxage); in SetMaxAge()
/external/python/cpython3/Doc/library/
Dcollections.rst1209 def __init__(self, func, maxsize=128, maxage=30):
1213 self.maxage = maxage
1219 if time() - timestamp <= self.maxage:
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h78954 unsigned int maxage; member
Dvmlinux.h78954 unsigned int maxage; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h45373 unsigned int maxage; member
Dvmlinux_510.h45373 unsigned int maxage; member