Searched refs:iter_ctx (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c602 void *iter_ctx; member in struct:dict_db_iter_ctx
609 ctx->iter_f((heim_object_t)key, (heim_object_t)value, ctx->iter_ctx);
630 ctx.iter_ctx = iter_data;
853 struct test_array_iter_ctx *iter_ctx = arg; local
855 strcat(iter_ctx->buf, heim_string_get_utf8((heim_string_t)elt));
861 struct test_array_iter_ctx iter_ctx; local
880 iter_ctx.buf[0] = '\0';
881 heim_array_iterate_f(a, &iter_ctx, test_array_iter);
882 if (strcmp(iter_ctx.buf, "abcdefghijklmnopqr") != 0)
885 iter_ctx
[all...]
H A Ddb.c280 struct dbtype_iter *iter_ctx = arg; local
282 if (iter_ctx->db != NULL)
284 iter_ctx->db = heim_db_create(heim_string_get_utf8(dbtype),
285 iter_ctx->dbname, iter_ctx->options,
286 iter_ctx->error);
344 struct dbtype_iter iter_ctx = { NULL, dbname, options, error}; local
347 heim_dict_iterate_f(db_plugins, &iter_ctx, dbtype_iter2create_f);
349 return iter_ctx.db;
1683 void *iter_ctx; member in struct:json_db_iter_ctx
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c442 struct iter_ctx { struct
457 struct iter_ctx *s = ctx;
490 struct iter_ctx *s = ctx;
543 struct iter_ctx s;
H A Dsend_to_kdc.c939 wait_setup(heim_object_t obj, void *iter_ctx, int *stop) argument
941 struct wait_ctx *wait_ctx = iter_ctx;

Completed in 186 milliseconds