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

  /src/usr.sbin/syslogd/
tls.c 696 int cur_err, cur_depth; local
703 cur_depth = X509_STORE_CTX_get_error_depth(ctx);
713 "is %s, conn_info@%p%s\n", conn_info->hostname, cur_depth,
721 cur_depth, cur_subjectline);
744 * - cur_depth:
762 if (cur_depth != 0) {
772 /* implicit: (cur_depth == 0)
797 /* implicit: (cur_depth == 0)
tls.c 696 int cur_err, cur_depth; local
703 cur_depth = X509_STORE_CTX_get_error_depth(ctx);
713 "is %s, conn_info@%p%s\n", conn_info->hostname, cur_depth,
721 cur_depth, cur_subjectline);
744 * - cur_depth:
762 if (cur_depth != 0) {
772 /* implicit: (cur_depth == 0)
797 /* implicit: (cur_depth == 0)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9298 int cur_depth; local
9300 for (level = parms, cur_depth = parms_depth;
9302 level = TREE_CHAIN (level), --cur_depth)
9305 if (cur_depth == args_depth)
9311 l = TMPL_ARGS_LEVEL (args, cur_depth);
9316 SET_TMPL_ARGS_LEVEL (coerced_args, cur_depth, l);
pt.cc 9298 int cur_depth; local
9300 for (level = parms, cur_depth = parms_depth;
9302 level = TREE_CHAIN (level), --cur_depth)
9305 if (cur_depth == args_depth)
9311 l = TMPL_ARGS_LEVEL (args, cur_depth);
9316 SET_TMPL_ARGS_LEVEL (coerced_args, cur_depth, l);

Completed in 220 milliseconds