Home
last modified time | relevance | path

Searched refs:phpdbg_file_source (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c135 phpdbg_file_source *data; in phpdbg_list_file()
235 phpdbg_file_source data, *dataptr; in phpdbg_compile_file()
263 *(dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint) * data.len)) = data; in phpdbg_compile_file()
285 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_file()
299 phpdbg_file_source *dataptr; in phpdbg_init_compile_file()
336 phpdbg_file_source *dataptr; in phpdbg_compile_string()
344 dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint) * Z_STRLEN_P(source_string)); in phpdbg_compile_string()
366 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_string()
380 phpdbg_file_source *data = Z_PTR_P(zv); in phpdbg_free_file_source()
H A Dphpdbg_list.h54 } phpdbg_file_source; typedef
H A Dphpdbg_prompt.c549 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
608 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(ops)->filename); in phpdbg_compile()
615 data = erealloc(data, sizeof(phpdbg_file_source) + sizeof(uint) * ++data->lines); in phpdbg_compile()
H A Dphpdbg.c595 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION()
2080phpdbg_file_source *data = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(exec), PHPDBG_… in main()

Completed in 35 milliseconds