Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgconvert.c926 const gchar *early_nul = memchr (string, '\0', len); in convert_checked() local
927 if (early_nul != NULL) in convert_checked()
930 *bytes_read = early_nul - string; in convert_checked()