Lines Matching refs:nodep
149 static void list_key (const dki_t **nodep, const VISIT which, int depth)
154 if ( nodep == NULL )
160 dkp = *nodep;
197 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)
201 if ( nodep == NULL )
204 dkp = *nodep;
220 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)
224 if ( nodep == NULL )
227 dkp = *nodep;
272 static void list_dnskey (const dki_t **nodep, const VISIT which, int depth)
277 if ( nodep == NULL )
281 for ( dkp = *nodep; dkp; dkp = dkp->next )
322 static void set_keylifetime (const dki_t **nodep, const VISIT which, int depth)
327 if ( nodep == NULL )
331 for ( dkp = *nodep; dkp; dkp = dkp->next )
369 static void tag_search (const dki_t **nodep, const VISIT which, int depth)
373 if ( nodep == NULL )
377 for ( dkp = *nodep; dkp; dkp = dkp->next )