Home
last modified time | relevance | path

Searched refs:nxt_str_cstrz (Results 1 – 4 of 4) sorted by last modified time

/unit/src/
H A Dnxt_conf.c712 ptr->cstrz = nxt_str_cstrz(mp, &str); in nxt_conf_map_object()
H A Dnxt_openssl.c581 zcmd = nxt_str_cstrz(mp, &cmd);
582 zvalue = nxt_str_cstrz(mp, &value);
H A Dnxt_string.h122 NXT_EXPORT char *nxt_str_cstrz(nxt_mp_t *mp, const nxt_str_t *src);
H A Dnxt_string.c71 nxt_str_cstrz(nxt_mp_t *mp, const nxt_str_t *src) in nxt_str_cstrz() function