Symbol: get_next
crypto/heimdal/lib/krb5/cache.c
788
return (*id->ops->get_next)(context, id, cursor, creds);
crypto/heimdal/lib/krb5/krb5.h
486
krb5_error_code (KRB5_CALLCONV * get_next)(krb5_context, krb5_ccache,
crypto/heimdal/lib/krb5/krbhst.c
162
krb5_error_code (*get_next)(krb5_context, struct krb5_krbhst_data *,
crypto/heimdal/lib/krb5/krbhst.c
646
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
653
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
668
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
675
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
681
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
692
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
711
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
718
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
733
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
746
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
765
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
772
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
787
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
793
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
803
kd->get_next = admin_get_next;
crypto/heimdal/lib/krb5/krbhst.c
804
ret = (*kd->get_next)(context, kd, host);
crypto/heimdal/lib/krb5/krbhst.c
823
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
829
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
845
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
852
if(get_next(kd, host))
crypto/heimdal/lib/krb5/krbhst.c
862
kd->get_next = kdc_get_next;
crypto/heimdal/lib/krb5/krbhst.c
863
return (*kd->get_next)(context, kd, host);
crypto/heimdal/lib/krb5/krbhst.c
956
kd->get_next = next;
crypto/heimdal/lib/krb5/krbhst.c
971
if(get_next(handle, host))
crypto/heimdal/lib/krb5/krbhst.c
974
return (*handle->get_next)(context, handle, host);
crypto/krb5/src/include/k5-int.h
2042
krb5_error_code (KRB5_CALLCONV *get_next)(krb5_context, krb5_keytab,
crypto/krb5/src/lib/krb5/ccache/cc-int.h
201
krb5_error_code (KRB5_CALLCONV *get_next)(krb5_context, krb5_ccache,
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
506
return krb5_fcc_ops.get_next(context, data->fcc, cursor, creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
132
return cache->ops->get_next(context, cache, cursor, creds);
crypto/krb5/src/lib/krb5/keytab/ktfns.c
93
return krb5_x((keytab)->ops->get_next,(context, keytab, entry, cursor));
crypto/openssl/crypto/x509/t_req.c
135
get_next:
crypto/openssl/crypto/x509/t_req.c
163
goto get_next;
sys/dev/sfxge/sfxge_tx.c
274
struct mbuf *mbuf, *get_next, **get_tailp;
sys/dev/sfxge/sfxge_tx.c
294
get_next = NULL;
sys/dev/sfxge/sfxge_tx.c
303
mbuf->m_nextpkt = get_next;
sys/dev/sfxge/sfxge_tx.c
304
get_next = mbuf;
sys/dev/sfxge/sfxge_tx.c
315
*stdp->std_getp = get_next;