HomeSort by: relevance | last modified time | path
    Searched defs:provided (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-mem.h 27 void **provided; member in struct:tre_mem_struct
31 tre_mem_t tre_mem_new_impl(int provided, void *provided_block);
32 void *tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block,
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
ssl3_meth.c 104 int provided; local
117 provided = (EVP_CIPHER_get0_provider(enc) != NULL);
127 if ((bs != 1) && sending && !provided) {
129 * We only do this for legacy ciphers. Provided ciphers add the
153 if (provided) {
tls1_meth.c 181 int pad = 0, tmpr, provided; local
235 provided = (EVP_CIPHER_get0_provider(enc) != NULL);
296 } else if ((bs != 1) && sending && !provided) {
298 * We only do this for legacy ciphers. Provided ciphers add the
370 if (provided) {
373 /* Provided cipher - we do not support pipelining on this path */
  /src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record.c 881 int provided = (EVP_CIPHER_get0_provider(enc) != NULL); local
888 if ((bs != 1) && sending && !provided) {
890 * We only do this for legacy ciphers. Provided ciphers add the
1050 int provided = (EVP_CIPHER_get0_provider(enc) != NULL); local
1109 } else if ((bs != 1) && sending && !provided) {
1111 * We only do this for legacy ciphers. Provided ciphers add the
1180 if (provided) {
1183 /* Provided cipher - we do not support pipelining on this path */
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 180 # If the -error flag is provided then it renders the message
400 # @proj-opt-was-provided key
402 # Returns 1 if the user specifically provided the given configure flag
405 # and those which were explicitly provided by the user, even if the
428 proc proj-opt-was-provided {key} {
716 # If -assume-for-clang is provided and $configFlag is not empty and CC
717 # matches *clang* and no --$configFlag was explicitly provided to the
718 # configure script then behave as if --$configFlag had been provided.
752 && ![proj-opt-was-provided $configFlag]
1059 # If the --with-emsdk[=DIR] flag is explicitly provided and the SDK i
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 3389 int provided = 0;
3407 ++provided;
3419 omitted = total - provided;
3379 int provided = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 3425 int provided = 0;
3443 ++provided;
3455 omitted = total - provided;
3415 int provided = 0; local

Completed in 78 milliseconds