Searched refs:userinfo_end (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgdummyfile.c615 const char *userinfo_start, *userinfo_end; local
629 userinfo_end = memchr (authority_start, '@', authority_end - authority_start);
630 if (userinfo_end)
633 decoded->userinfo = unescape_string (userinfo_start, userinfo_end, NULL);
639 host_start = userinfo_end + 1;

Completed in 11 milliseconds