Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c1505 const char *json_text = NULL; in json_db_sync() local
1523 json_text = heim_string_get_utf8(json); in json_db_sync()
1524 len = strlen(json_text); in json_db_sync()
1542 bytes = write(fd, json_text, len); in json_db_sync()