Searched refs:start_line_len (Results 1 – 1 of 1) sorted by relevance
571 size_t start_line_len; in phpdbg_compile() local591 start_line_len = fh.handle.stream.mmap.buf - buf; in phpdbg_compile()592 start_line = emalloc(start_line_len); in phpdbg_compile()593 memcpy(start_line, buf, start_line_len); in phpdbg_compile()594 fh.handle.stream.mmap.len -= start_line_len; in phpdbg_compile()614 data->buf = erealloc(data->buf, data->len + start_line_len); in phpdbg_compile()615 memmove(data->buf + start_line_len, data->buf, data->len); in phpdbg_compile()616 memcpy(data->buf, start_line, start_line_len); in phpdbg_compile()618 data->len += start_line_len; in phpdbg_compile()620 data->line[i] += start_line_len; in phpdbg_compile()
Completed in 11 milliseconds