Home | History | Annotate | Download | only in objects

Lines Matching full:nid_triple

62 DECLARE_STACK_OF(nid_triple)
63 STACK_OF(nid_triple) *sig_app, *sigx_app;
65 static int sig_cmp(const nid_triple *a, const nid_triple *b)
70 DECLARE_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig);
71 IMPLEMENT_OBJ_BSEARCH_CMP_FN(nid_triple, nid_triple, sig);
73 static int sig_sk_cmp(const nid_triple * const *a, const nid_triple * const *b)
78 DECLARE_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx);
80 static int sigx_cmp(const nid_triple * const *a, const nid_triple * const *b)
89 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const nid_triple *, const nid_triple *, sigx);
93 nid_triple tmp;
94 const nid_triple *rv = NULL;
108 sizeof(sigoid_srt) / sizeof(nid_triple));
122 nid_triple tmp;
123 const nid_triple *t=&tmp;
124 const nid_triple **rv = NULL;
143 sizeof(sigoid_srt_xref) / sizeof(nid_triple *)
156 nid_triple *ntr;
187 static void sid_free(nid_triple *tt)
214 for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++)
221 for (i = 0; i < sizeof(sigoid_srt) / sizeof(nid_triple); i++)