phpdbg_file_source 574 sapi/phpdbg/phpdbg.c phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); phpdbg_file_source 129 sapi/phpdbg/phpdbg_list.c phpdbg_file_source *data; phpdbg_file_source 236 sapi/phpdbg/phpdbg_list.c phpdbg_file_source data, *dataptr; phpdbg_file_source 264 sapi/phpdbg/phpdbg_list.c *(dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint) * data.len)) = data; phpdbg_file_source 285 sapi/phpdbg/phpdbg_list.c dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); phpdbg_file_source 299 sapi/phpdbg/phpdbg_list.c phpdbg_file_source *dataptr; phpdbg_file_source 325 sapi/phpdbg/phpdbg_list.c phpdbg_file_source *dataptr; phpdbg_file_source 333 sapi/phpdbg/phpdbg_list.c dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint) * Z_STRLEN_P(source_string)); phpdbg_file_source 355 sapi/phpdbg/phpdbg_list.c dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); phpdbg_file_source 370 sapi/phpdbg/phpdbg_list.c phpdbg_file_source *data = Z_PTR_P(zv);