HomeSort by: relevance | last modified time | path
    Searched refs:ptree (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 285 static void free_config_tree(config_tree *ptree);
419 config_tree *ptree
422 if (ptree->auth.keys) {
423 free(ptree->auth.keys);
424 ptree->auth.keys = NULL;
427 if (ptree->auth.keysdir) {
428 free(ptree->auth.keysdir);
429 ptree->auth.keysdir = NULL;
432 if (ptree->auth.ntp_signd_socket) {
433 free(ptree->auth.ntp_signd_socket)
454 config_tree *ptree; local
5236 config_tree *ptree; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_ncons.c 153 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
165 ptree = &ncons->permittedSubtrees;
168 ptree = &ncons->excludedSubtrees;
184 if (*ptree == NULL)
185 *ptree = sk_GENERAL_SUBTREE_new_null();
186 if (*ptree == NULL || !sk_GENERAL_SUBTREE_push(*ptree, sub)) {
pcy_tree.c 98 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
112 *ptree = NULL;
249 *ptree = tree;
658 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
668 *ptree = NULL;
720 *ptree = tree;
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_ncons.c 130 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
140 ptree = &ncons->permittedSubtrees;
143 ptree = &ncons->excludedSubtrees;
155 if (*ptree == NULL)
156 *ptree = sk_GENERAL_SUBTREE_new_null();
157 if (*ptree == NULL || !sk_GENERAL_SUBTREE_push(*ptree, sub))
pcy_tree.c 97 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
111 *ptree = NULL;
246 *ptree = tree;
660 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
670 *ptree = NULL;
711 *ptree = tree;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_ncons.c 126 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
136 ptree = &ncons->permittedSubtrees;
139 ptree = &ncons->excludedSubtrees;
151 if (*ptree == NULL)
152 *ptree = sk_GENERAL_SUBTREE_new_null();
153 if (*ptree == NULL || !sk_GENERAL_SUBTREE_push(*ptree, sub))
pcy_tree.c 89 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
103 *ptree = NULL;
234 *ptree = tree;
638 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
648 *ptree = NULL;
691 *ptree = tree;
  /src/share/examples/refuse/virtdir/
virtdir.c 290 ptree(virtdir_t * tp) function
315 ptree(&t);
321 ptree(&t);
  /src/external/bsd/iscsi/dist/src/initiator/
virtdir.c 292 ptree(virtdir_t * tp) function
317 ptree(&t);
323 ptree(&t);
  /src/bin/ksh/
tree.c 18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
31 ptree(t, indent, shf) function
444 ptree(va_arg(va, struct op *), indent, shf);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeView.h 536 return ptree;
817 PathTree *ptree; member in class:DbeView
DbeView.cc 52 ptree = new PathTree (this);
138 ptree = new PathTree (this);
216 delete ptree;
1667 data = ptree->compute_metrics (mlist, type, mode, objs, context, sel_objs);
1672 data = ptree->compute_metrics (mlist, type, mode, objs, NULL,
1857 return ptree->get_cstack_data (mlist);
2234 if (ptree == NULL) // if no PathTree, no messages
2238 Emsg *m = (type == PSTAT_MSG) ? ptree->fetch_stats () : ptree->fetch_warnings ();
2247 ptree->delete_stats ()
    [all...]
Dbe.cc 4440 PathTree * ptree = dbev->get_path_tree ();
4441 if (ptree == NULL)
4443 instr_info = ptree->get_clr_instr (given_func);
4613 PathTree * ptree = dbev->get_path_tree ();
4614 if (ptree == NULL)
4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs);
5679 PathTree * ptree = dbev->get_path_tree (); local
5680 if (ptree == NULL)
5682 return ptree->get_ftree_depth ();
5691 PathTree * ptree = dbev->get_path_tree () local
5708 PathTree * ptree = dbev->get_path_tree (); local
5730 PathTree * ptree = dbev->get_path_tree (); local
5783 PathTree * ptree = dbev->get_path_tree (); local
5822 PathTree * ptree = dbev->get_path_tree (); local
    [all...]
PathTree.cc 429 desc_node_comp (const void *s1, const void *s2, const void *ptree)
434 PathTree* Ptree = (PathTree *) ptree;
435 PathTree::Node *n1 = Ptree->NODE_IDX (t1);
436 PathTree::Node *n2 = Ptree->NODE_IDX (t2);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeView.h 536 return ptree;
817 PathTree *ptree; member in class:DbeView
DbeView.cc 52 ptree = new PathTree (this);
138 ptree = new PathTree (this);
216 delete ptree;
1667 data = ptree->compute_metrics (mlist, type, mode, objs, context, sel_objs);
1672 data = ptree->compute_metrics (mlist, type, mode, objs, NULL,
1857 return ptree->get_cstack_data (mlist);
2234 if (ptree == NULL) // if no PathTree, no messages
2238 Emsg *m = (type == PSTAT_MSG) ? ptree->fetch_stats () : ptree->fetch_warnings ();
2247 ptree->delete_stats ()
    [all...]
Dbe.cc 4440 PathTree * ptree = dbev->get_path_tree ();
4441 if (ptree == NULL)
4443 instr_info = ptree->get_clr_instr (given_func);
4613 PathTree * ptree = dbev->get_path_tree ();
4614 if (ptree == NULL)
4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs);
5679 PathTree * ptree = dbev->get_path_tree (); local
5680 if (ptree == NULL)
5682 return ptree->get_ftree_depth ();
5691 PathTree * ptree = dbev->get_path_tree () local
5708 PathTree * ptree = dbev->get_path_tree (); local
5730 PathTree * ptree = dbev->get_path_tree (); local
5783 PathTree * ptree = dbev->get_path_tree (); local
5822 PathTree * ptree = dbev->get_path_tree (); local
    [all...]
PathTree.cc 429 desc_node_comp (const void *s1, const void *s2, const void *ptree)
434 PathTree* Ptree = (PathTree *) ptree;
435 PathTree::Node *n1 = Ptree->NODE_IDX (t1);
436 PathTree::Node *n2 = Ptree->NODE_IDX (t2);
  /src/external/bsd/ntp/dist/include/
ntp_config.h 349 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
  /src/lib/libc/gen/
Makefile.inc 28 ptree.c pwcache.c pw_scan.c raise.c randomid.c rbtree.c readdir.c \
  /src/sys/sys/
Makefile 36 protosw.h pset.h psref.h ptrace.h ptree.h \
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509_vfy.h 598 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
  /src/common/lib/libc/gen/
ptree.c 1 /* $NetBSD: ptree.c,v 1.15 2025/04/25 21:12:31 andvar Exp $ */
43 __KERNEL_RCSID(0, "$NetBSD: ptree.c,v 1.15 2025/04/25 21:12:31 andvar Exp $");
56 __RCSID("$NetBSD: ptree.c,v 1.15 2025/04/25 21:12:31 andvar Exp $");
64 #include "ptree.h"
66 #include <sys/ptree.h>
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509_vfy.h.in 777 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509_vfy.h.in 766 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,

Completed in 42 milliseconds

1 2 3 4 5