Home
last modified time | relevance | path

Searched refs:heim_string_ref_create (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dstring.c124 heim_string_ref_create(const char *string, heim_string_free_f_t dealloc) in heim_string_ref_create() function
187 s = heim_string_ref_create(str, string_dealloc); in heim_string_create_with_format()
H A Dversion-script.map91 heim_string_ref_create;
H A Djson.c213 v = heim_string_ref_create(b64, free); in base2json()
806 str = heim_string_ref_create(strbuf.str, free); in heim_json_copy_serialize()
H A Dheimbase.h205 heim_string_t heim_string_ref_create(const char *, heim_string_free_f_t);
H A Dheimbase.c154 return heim_auto_release(heim_string_ref_create(p->isa->name, NULL)); in heim_description()
H A Ddb.c1134 s = heim_string_ref_create(b64, free); in to_base64()