Searched refs:dataptr (Results 1 – 1 of 1) sorted by relevance
266 dataptr->lines = ++line; in phpdbg_compile_file()267 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint32_t) * line); in phpdbg_compile_file()281 phpdbg_file_source *dataptr; in phpdbg_init_compile_file() local326 dataptr->line[0] = 0; in phpdbg_compile_string()327 …for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;… in phpdbg_compile_string()329 dataptr->line[++line] = (uint32_t)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()332 dataptr->lines = ++line; in phpdbg_compile_string()333 dataptr->line[line] = endptr - dataptr->buf; in phpdbg_compile_string()338 efree(dataptr->buf); in phpdbg_compile_string()339 efree(dataptr); in phpdbg_compile_string()[all …]
Completed in 6 milliseconds