Searched refs:terminating (Results 1 – 25 of 178) sorted by relevance
12345678
/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 | 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.
|
D | ERR_error_string.pod | 33 at most I<len> characters (including the terminating 0)
|
/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/mbedtls/tests/suites/ |
D | test_suite_psa_its.function | 18 ( sizeof( PSA_ITS_STORAGE_PREFIX ) - 1 + /*prefix without terminating 0*/ \ 21 sizeof( PSA_ITS_STORAGE_SUFFIX ) - 1 + /*suffix without terminating 0*/ \ 22 1 /*terminating null byte*/ )
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | parse_error.md | 43 …n_ bytes, 1 is the index of the first character and _n_+1 is the index of the terminating null byte
|
/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/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/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/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | logs.dart | 67 // When terminating, close down the log reader.
|
/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/mesa3d/docs/relnotes/ |
D | 7.0.1.rst | 45 the terminating zero (bug 11588)
|
D | 18.1.2.rst | 54 - vulkan/wsi: Destroy swapchain images after terminating FIFO queues
|
/third_party/python/Doc/library/ |
D | linecache.rst | 28 exception --- it will return ``''`` on errors (the terminating newline character
|
D | token.rst | 59 Token value used to indicate a non-terminating newline. The
|
D | netrc.rst | 27 information including the file name, line number, and terminating token.
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | BranchingAndRolling.md | 29 the terminating forward slash. (e.g.
|
/third_party/zlib/contrib/puff/ |
D | README | 57 The deflate format is self-terminating. If the deflate stream does not end
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | BranchingAndRolling.md | 42 including the terminating forward slash. (e.g.
|
12345678