Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstring.c4781 #define PHP_TAG_BUF_SIZE 1023 macro
4893 tbuf = emalloc(PHP_TAG_BUF_SIZE + 1);
4918 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
4920 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4978 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
4980 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5027 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5029 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);

Completed in 16 milliseconds