Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c5030 #define PHP_TAG_BUF_SIZE 1023 macro
5143 tbuf = emalloc(PHP_TAG_BUF_SIZE + 1);
5168 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5170 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5228 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5230 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5276 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5278 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);

Completed in 18 milliseconds