Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/
H A Dflist.c985 const int tox_uri_scheme_length = 4; in get_tox_id_from_uri() local
987 if (strncmp(str, tox_uri_scheme, tox_uri_scheme_length) == 0 && in get_tox_id_from_uri()
988 strlen(str) - tox_uri_scheme_length == TOX_ADDRESS_SIZE * 2) { in get_tox_id_from_uri()
989 memcpy(tox_id, &str[tox_uri_scheme_length], TOX_ADDRESS_SIZE * 2); in get_tox_id_from_uri()