Searched refs:dataptr (Results 1 – 1 of 1) sorted by relevance
270 dataptr->lines = ++line; in phpdbg_compile_file()271 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_file()285 phpdbg_file_source *dataptr; in phpdbg_init_compile_file() local333 dataptr->line[0] = 0; in phpdbg_compile_string()334 …for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;… in phpdbg_compile_string()336 dataptr->line[++line] = (uint32_t)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()339 dataptr->lines = ++line; in phpdbg_compile_string()340 dataptr->line[line] = endptr - dataptr->buf; in phpdbg_compile_string()345 efree(dataptr->buf); in phpdbg_compile_string()346 efree(dataptr); in phpdbg_compile_string()[all …]
Completed in 10 milliseconds