Home
last modified time | relevance | path

Searched refs:__zend_orig_filename (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c68 #define __zend_orig_filename "/unknown/unknown" macro
88 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc()
128 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc()
171 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc()
211 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc()
255 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc()
296 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc()
336 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree()
367 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree()
402 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc()
[all …]
/PHP-5.5/Zend/
H A Dzend.h218 #define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint __zend_orig_lineno
226 #define ZEND_FILE_LINE_ORIG_RELAY_C __zend_orig_filename, __zend_orig_lineno
H A Dzend_alloc.c578 ((zend_mm_block*)(block))->debug.orig_filename = __zend_orig_filename; \
1355 if (__zend_orig_filename) { in zend_mm_check_ptr()
/PHP-5.5/main/streams/
H A Dstreams.c309 ret->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename; in _php_stream_alloc()
2094 stream->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename;
/PHP-5.5/main/
H A Dphp_streams.h44 __php_stream_call_depth ? __zend_orig_filename : __zend_filename, \

Completed in 32 milliseconds