Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c925 char *tmp, *tmpptr; in phpdbg_encode_ctrl_chars() local
929 tmp = tmpptr = emalloc(*buflen * 5); in phpdbg_encode_ctrl_chars()
933 *tmpptr++ = '&'; in phpdbg_encode_ctrl_chars()
934 *tmpptr++ = '#'; in phpdbg_encode_ctrl_chars()
936 *tmpptr++ = ((*buf)[i] / 10) + '0'; in phpdbg_encode_ctrl_chars()
938 *tmpptr++ = ((*buf)[i] % 10) + '0'; in phpdbg_encode_ctrl_chars()
939 *tmpptr++ = ';'; in phpdbg_encode_ctrl_chars()
941 *tmpptr++ = (*buf)[i]; in phpdbg_encode_ctrl_chars()
945 len = tmpptr - tmp; in phpdbg_encode_ctrl_chars()

Completed in 6 milliseconds