Searched refs:vtbl (Results 1 – 4 of 4) sorted by relevance
382 struct krb5plugin_service_locate_ftable *vtbl = NULL; in module_locate_server() local408 vtbl = ptrs[i]; in module_locate_server()413 code = vtbl->init(ctx, &blob); in module_locate_server()417 code = vtbl->lookup(blob, svc, realm->data, socktype, family, in module_locate_server()419 vtbl->fini(blob); in module_locate_server()
408 ctx->vtbl = 0; in krb5_os_init_context()
865 nctx->vtbl = NULL; in krb5_copy_context()
1572 struct krb5plugin_service_locate_ftable *vtbl; member