OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heim_string_get_utf8
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kdc/
kdc-tester.c
237
ret = krb5_parse_name(kdc_context,
heim_string_get_utf8
(user), &client);
252
heim_string_get_utf8
(pk_user_id),
267
ret = krb5_cc_resolve(kdc_context,
heim_string_get_utf8
(fast_armor_cc), &fast_cc);
278
heim_string_get_utf8
(password));
285
ret = krb5_kt_resolve(kdc_context,
heim_string_get_utf8
(keytab), &kt);
309
const char *name =
heim_string_get_utf8
(ccache);
368
ret = krb5_cc_resolve(kdc_context,
heim_string_get_utf8
(ccache), &cc);
372
ret = krb5_parse_name(kdc_context,
heim_string_get_utf8
(server), &s);
408
name =
heim_string_get_utf8
(ccache);
/src/crypto/external/bsd/heimdal/dist/lib/base/
db.c
284
iter_ctx->db = heim_db_create(
heim_string_get_utf8
(dbtype),
453
return heim_db_create(
heim_string_get_utf8
(db->dbtype),
454
heim_string_get_utf8
(db->dbname),
613
ret = open_file(
heim_string_get_utf8
(journal_fname), 1, 0, &fd, error);
618
len = strlen(
heim_string_get_utf8
(journal_contents));
619
bytes = write(fd,
heim_string_get_utf8
(journal_contents), len);
625
(void) open_file(
heim_string_get_utf8
(journal_fname), 1, 0, NULL, error);
650
ret2 = open_file(
heim_string_get_utf8
(journal_fname), 1, 0, &fd, error);
1076
ret = read_json(
heim_string_get_utf8
(journal_fname), &journal, error);
1110
ret = open_file(
heim_string_get_utf8
(journal_fname), 1, 0, NULL, error)
[
all
...]
string.c
214
heim_string_get_utf8
(heim_string_t string)
function
json.c
174
j->out(j->ctx,
heim_string_get_utf8
(obj));
405
s =
heim_string_get_utf8
(o);
539
buf = malloc(strlen(
heim_string_get_utf8
(v)));
546
len = rk_base64_decode(
heim_string_get_utf8
(v), buf);
test_base.c
228
heim_assert(strcmp(
heim_string_get_utf8
(s), "foo: bar") == 0, "msg wrong");
255
heim_assert(strcmp("string",
heim_string_get_utf8
(o)) == 0, "wrong string");
261
heim_assert(strcmp("foo\"bar",
heim_string_get_utf8
(o)) == 0, "wrong string");
855
strcat(iter_ctx->buf,
heim_string_get_utf8
((heim_string_t)elt));
heimbase.h
211
const char *
heim_string_get_utf8
(heim_string_t);
bsearch.c
870
k =
heim_string_get_utf8
((heim_string_t)key);
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
error.c
158
const char *cstr =
heim_string_get_utf8
(s);
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
aname_to_localname.c
111
if (strlcpy(lname,
heim_string_get_utf8
(ctx.luser), lnsize) >= lnsize)
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026