Searched refs:tolen (Results 1 – 1 of 1) sorted by relevance
899 int tolen = to ? strlen(to) : 5; in phpdbg_encode_xml() local900 char *tmp = *buf = emalloc(msglen * tolen); in phpdbg_encode_xml()909 memcpy(tmp, to, tolen); in phpdbg_encode_xml()910 tmp += tolen; in phpdbg_encode_xml()
Completed in 6 milliseconds