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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 493 static int do_store(SSL_CONF_CTX *cctx, function
539 return do_store(cctx, NULL, value, NULL, 0);
544 return do_store(cctx, value, NULL, NULL, 0);
549 return do_store(cctx, NULL, NULL, value, 0);
554 return do_store(cctx, NULL, value, NULL, 1);
559 return do_store(cctx, value, NULL, NULL, 1);
564 return do_store(cctx, NULL, NULL, value, 1);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 472 static int do_store(SSL_CONF_CTX *cctx, function
514 return do_store(cctx, NULL, value, NULL, 0);
519 return do_store(cctx, value, NULL, NULL, 0);
524 return do_store(cctx, NULL, NULL, value, 0);
529 return do_store(cctx, NULL, value, NULL, 1);
534 return do_store(cctx, value, NULL, NULL, 1);
539 return do_store(cctx, NULL, NULL, value, 1);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 467 static int do_store(SSL_CONF_CTX *cctx, function
489 return do_store(cctx, NULL, value, 0);
494 return do_store(cctx, value, NULL, 0);
499 return do_store(cctx, NULL, value, 1);
504 return do_store(cctx, value, NULL, 1);
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.cc 214 xbbo_next_reg_cluster (int regno_start, int *sp_offset, bool do_store)
247 if (do_store)
263 if (!do_store)
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.cc 214 xbbo_next_reg_cluster (int regno_start, int *sp_offset, bool do_store)
247 if (do_store)
263 if (!do_store)
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 810 int do_store; \
815 do_store = fop_##func (fa, fb, &fc); \
818 if (do_store) \
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 810 int do_store; \
815 do_store = fop_##func (fa, fb, &fc); \
818 if (do_store) \

Completed in 34 milliseconds