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

  /src/crypto/external/apache2/openssl/dist/crypto/
context.c 55 int ischild; member in struct:ossl_lib_ctx_st
86 return ctx->ischild;
484 ctx->ischild = 1;
501 if (ctx->ischild)
provider_core.c 193 unsigned int ischild : 1; member in struct:ossl_provider_st
487 if (prov->ischild) {
784 else if (prov->ischild) {
1201 if (count >= 1 && prov->ischild && upcalls) {
1277 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1))
1283 if (prov->ischild && upcalls)
1292 if (prov->ischild && upcalls)
1406 if (aschild && !prov->ischild)
1739 && !prov->ischild
2080 return prov->ischild;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
context.c 45 unsigned int ischild:1; member in struct:ossl_lib_ctx_st
69 return ctx->ischild;
230 ctx->ischild = 1;
247 if (ctx->ischild)
provider_core.c 192 unsigned int ischild:1; member in struct:ossl_provider_st
495 if (prov->ischild) {
739 else if (prov->ischild) {
1078 if (prov->activatecnt >= 2 && prov->ischild && upcalls) {
1142 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1))
1148 if (prov->ischild && upcalls)
1157 if (prov->ischild && upcalls)
1263 if (aschild && !prov->ischild)
1564 && !prov->ischild
1682 return prov->ischild;
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 713 int ischild; local
717 ctf_get_ctt_index(fp, tp, &index, NULL, &ischild);
721 ischild == child && index <= fp->ctf_typemax)
ctf_types.c 38 int ischild; local
45 ischild = CTF_V2_TYPE_ISCHILD(ctt->ctt_type);
51 ischild = CTF_V3_TYPE_ISCHILD(ctt->ctt_type);
59 *ischildp = ischild;
  /src/bin/ksh/
jobs.c 442 int ischild; local
520 ischild = i == 0;
521 if (ischild)
544 close(j_sync_pipe[ischild]);
545 j_sync_pipe[ischild] = -1;
546 first_child_sync = ischild;
547 } else if (ischild) {
564 if (ttypgrp_ok && ischild && !(flags&XBGND))
585 if (close_fd >= 0 && (((flags & XPCLOSE) && !ischild)
586 || ((flags & XCCLOSE) && ischild)))
    [all...]

Completed in 19 milliseconds