Searched refs:bufptr (Results 1 – 1 of 1) sorted by relevance
239 char *bufptr, *endptr; in phpdbg_compile_file() local244 if (zend_stream_fixup(file, &bufptr, &len) == FAILURE) { in phpdbg_compile_file()254 data.buf = estrndup(bufptr, len); in phpdbg_compile_file()267 for (line = 0, bufptr = data.buf - 1, endptr = data.buf + data.len; ++bufptr < endptr;) { in phpdbg_compile_file()268 if (*bufptr == '\n') { in phpdbg_compile_file()269 dataptr->line[++line] = (uint32_t)(bufptr - data.buf) + 1; in phpdbg_compile_file()327 char *bufptr, *endptr; in phpdbg_compile_string() local337 …for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;… in phpdbg_compile_string()338 if (*bufptr == '\n') { in phpdbg_compile_string()339 dataptr->line[++line] = (uint32_t)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()
Completed in 16 milliseconds