/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
D | role.js | 85 const { name, terminating, paths, pathHashPrefixes } = opts; 87 this.terminating = terminating; 100 this.terminating === other.terminating && 119 terminating: this.terminating, property 130 const { keyids, threshold, name, terminating, paths, path_hash_prefixes, ...rest } = data; 140 if (typeof terminating !== 'boolean') { 154 terminating, property
|
D | delegations.js | 43 yield { role: role.name, terminating: role.terminating }; 50 terminating: true,
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | missing-delim.c | 15 preprocessor/missing-delim.c:4:0: warning: missing terminating " character
|
/third_party/libuv/docs/src/ |
D | fs_poll.rst | 69 .. versionchanged:: 1.3.0 the returned length no longer includes the terminating null byte, 72 .. versionchanged:: 1.9.0 the returned length includes the terminating null
|
D | fs_event.rst | 125 .. versionchanged:: 1.3.0 the returned length no longer includes the terminating null byte, 128 .. versionchanged:: 1.9.0 the returned length includes the terminating null
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_gettable_params.pod | 64 value including a terminating NUL byte, or this function will fail. 66 not including the terminating NUL byte. The required buffer size not including 67 the terminating NUL byte can be obtained from I<*out_len> by calling the
|
D | OSSL_PARAM_int.pod | 213 OSSL_PARAM_construct_end() is a function that constructs the terminating 244 which must be large enough to accomodate a terminating NUL byte, 247 terminating NUL byte) and I<max_len> is ignored. 254 not including the terminating NUL byte, or this function will fail. 255 A terminating NUL byte is added only if the parameter's I<data_size> indicates 260 to accomodate the string, not including a terminating NUL byte.
|
D | OSSL_PARAM.pod | 67 An B<OSSL_PARAM> array must have a terminating element, where I<key> 68 is NULL. The usual full terminating template is: 89 considered a terminating item. 109 counting the terminating NUL byte. When requesting parameters, the 111 should accomodate enough space for a terminating NUL byte.
|
D | BIO_ADDR.pod | 51 to be the length of the path string (not including the terminating 68 path string (not including the terminating NUL, such as the result of
|
D | UI_UTIL_read_pw.pod | 23 terminating NUL byte.
|
D | ERR_error_string.pod | 33 at most I<len> characters (including the terminating 0)
|
D | OSSL_PARAM_BLD.pod | 94 The length of the string I<bsize> should not include the terminating NUL byte. 106 The length of the string I<bsize> should not include the terminating NUL byte.
|
/third_party/curl/tests/data/ |
D | test910 | 20 SMTP without terminating CRLF
|
D | test2084 | 27 Pre-request callback for HTTP with callback terminating transfer
|
/third_party/curl/docs/ |
D | DYNBUF.md | 6 There will always be a terminating zero put at the end of the dynamic buffer. 117 Returns the length of the buffer in bytes. Does not include the terminating
|
D | CODE_REVIEW.md | 153 Use of C functions that rely on a terminating zero must only be used on data 154 that really do have a null-terminating zero. 158 Make extra precautions and verify that memory buffers that need a terminating
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_its.function | 23 (sizeof(PSA_ITS_STORAGE_PREFIX) - 1 + /*prefix without terminating 0*/ \ 26 sizeof(PSA_ITS_STORAGE_SUFFIX) - 1 + /*suffix without terminating 0*/ \ 27 1 /*terminating null byte*/)
|
/third_party/node/deps/npm/node_modules/tuf-js/dist/ |
D | updater.js | 284 for (const { role: childName, terminating } of rolesForTarget) { field 290 if (terminating) {
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput24 | 31 ** Pattern conversion error at offset 3: missing terminating ] for character class 385 ** Pattern conversion error at offset 9: missing terminating ] for character class 388 ** Pattern conversion error at offset 10: missing terminating ] for character class
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | ndis_events.c | 33 int terminating; member 309 if (events->terminating) { in ndis_events_indicate() 440 events->terminating = 1; in ndis_events_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | ndis_events.c | 33 int terminating; member 309 if (events->terminating) { in ndis_events_indicate() 440 events->terminating = 1; in ndis_events_deinit()
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | parse_error.md | 45 …n$ bytes, 1 is the index of the first character and $n+1$ is the index of the terminating null byte
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.1.rst | 45 the terminating zero (bug 11588)
|
/third_party/tzdata/ |
D | newstrftime.3.txt | 145 placed into the array, not counting the terminating NUL; errno is 154 The total number of resulting bytes, including the terminating
|
/third_party/python/Doc/library/ |
D | linecache.rst | 28 exception --- it will return ``''`` on errors (the terminating newline character
|