Searched refs:baselen (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_ncons.c | 807 int hostlen, baselen, i; in nc_ip() local 812 baselen = base->length; in nc_ip() 817 if (!((baselen == 8) || (baselen == 32))) in nc_ip() 821 if (hostlen * 2 != baselen) in nc_ip()
|
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 807 int hostlen, baselen, i; in nc_ip() local 812 baselen = base->length; in nc_ip() 817 if (!((baselen == 8) || (baselen == 32))) in nc_ip() 821 if (hostlen * 2 != baselen) in nc_ip()
|
/third_party/libfuse/lib/modules/ |
D | subdir.c | 20 size_t baselen; member 35 unsigned newlen = d->baselen + strlen(path); in subdir_addpath() 44 strcpy(newpath + d->baselen, path); in subdir_addpath() 117 if (l - buf < (long) d->baselen) in transform_symlink() 676 d->baselen = strlen(d->base); in subdir_new()
|
/third_party/python/Lib/encodings/ |
D | punycode.py | 106 def generate_integers(baselen, deltas): argument 114 bias = adapt(delta, points==0, baselen+points+1)
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 3951 int baselen = (int)(opbra - op->long_name); in main() local 3956 if ((ret = snprintf(buff1, sizeof(buff1), "%.*s", baselen, op->long_name), in main() 3959 fulllen - baselen - 2, opbra + 1), in main()
|