Home
last modified time | relevance | path

Searched refs:terminating (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Drole.js85 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
Ddelegations.js43 yield { role: role.name, terminating: role.terminating };
50 terminating: true,
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dmissing-delim.c15 preprocessor/missing-delim.c:4:0: warning: missing terminating " character
/third_party/libuv/docs/src/
Dfs_poll.rst69 .. 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
Dfs_event.rst125 .. 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/
DEVP_PKEY_gettable_params.pod64 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
DOSSL_PARAM_int.pod213 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.
DOSSL_PARAM.pod67 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.
DBIO_ADDR.pod51 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
DUI_UTIL_read_pw.pod23 terminating NUL byte.
DERR_error_string.pod33 at most I<len> characters (including the terminating 0)
DOSSL_PARAM_BLD.pod94 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/
Dtest91020 SMTP without terminating CRLF
Dtest208427 Pre-request callback for HTTP with callback terminating transfer
/third_party/curl/docs/
DDYNBUF.md6 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
DCODE_REVIEW.md153 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/
Dtest_suite_psa_its.function23 (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/
Dupdater.js284 for (const { role: childName, terminating } of rolesForTarget) { field
290 if (terminating) {
/third_party/pcre2/pcre2/testdata/
Dtestoutput2431 ** 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/
Dndis_events.c33 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/
Dndis_events.c33 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/
Dparse_error.md45 …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/
D7.0.1.rst45 the terminating zero (bug 11588)
/third_party/tzdata/
Dnewstrftime.3.txt145 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/
Dlinecache.rst28 exception --- it will return ``''`` on errors (the terminating newline character

1234567