Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c5076 #define PHP_TAG_BUF_SIZE 1023 macro
5188 tbuf = emalloc(PHP_TAG_BUF_SIZE + 1);
5225 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5227 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5285 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5287 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
5334 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
5336 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);

Completed in 26 milliseconds