Lines Matching refs:utf8String
234 ss = ds->u.utf8String; in _hx509_Name_to_string()
382 ret = wind_utf8ucs4_length(ds->u.utf8String, &len); in dsstringprep()
388 ret = wind_utf8ucs4(ds->u.utf8String, name, &len); in dsstringprep()
567 rdn->val[0].value.u.utf8String = strdup(str); in _hx509_name_modify()
568 if (rdn->val[0].value.u.utf8String == NULL) in _hx509_name_modify()
780 p = strstr(ds->u.utf8String, "${"); in hx509_name_expand()
783 (int)(p - ds->u.utf8String), in hx509_name_expand()
784 ds->u.utf8String); in hx509_name_expand()
827 free(ds->u.utf8String); in hx509_name_expand()
828 ds->u.utf8String = rk_strpoolcollect(strpool); in hx509_name_expand()
829 if (ds->u.utf8String == NULL) { in hx509_name_expand()