OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pnodes
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/x509v3/
pcy_tree.c
561
static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **
pnodes
,
564
if (!*
pnodes
)
566
*
pnodes
= policy_node_cmp_new();
567
if (!*
pnodes
)
570
else if (sk_X509_POLICY_NODE_find(*
pnodes
, NULL, pcy))
573
if (!sk_X509_POLICY_NODE_push(*
pnodes
, pcy))
581
* The '
pnodes
' parameter is used as a store for the set of policy nodes
583
* then
pnodes
will just point to the authority set. If however the authority
585
* is store in
pnodes
. The return value of '2' is used in this case to indicate
586
* that
pnodes
should be freed
[
all
...]
/external/selinux/libsemanage/src/
direct_api.c
1065
dbase_config_t *
pnodes
= semanage_node_dbase_policy(sh);
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h
191
typedef Nodes *
PNODES
;
455
virtual HRESULT WINAPI OnSelectionChange(PVIEW View,
PNODES
NewNodes) = 0;
478
HRESULT (WINAPI *OnSelectionChange)(_AppEvents *This,PVIEW View,
PNODES
NewNodes);
525
HRESULT WINAPI _AppEvents_OnSelectionChange_Proxy(_AppEvents *This,PVIEW View,
PNODES
NewNodes);
[
all
...]
Completed in 1003 milliseconds