Searched refs:dataptr (Results 1 – 2 of 2) sorted by relevance
271 dataptr->lines = ++line; in phpdbg_compile_file()278 efree(dataptr); in phpdbg_compile_file()286 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_file()348 dataptr->line[0] = 0; in phpdbg_compile_string()349 …for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;… in phpdbg_compile_string()351 dataptr->line[++line] = (uint)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()354 dataptr->lines = ++line; in phpdbg_compile_string()355 dataptr->line[line] = endptr - dataptr->buf; in phpdbg_compile_string()360 efree(dataptr->buf); in phpdbg_compile_string()361 efree(dataptr); in phpdbg_compile_string()[all …]
43 void *dataptr; member
Completed in 8 milliseconds