Searched refs:PHP_DIR_SEPARATOR (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 88 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc() 127 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc() 169 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc() 209 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc() 252 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc() 292 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc() 331 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree() 361 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree() 394 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc() 432 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc() [all …]
|
/PHP-5.4/main/ |
H A D | fopen_wrappers.c | 232 if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR || basedir[strlen(basedir) - 1] == '/') { 234 if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR) { 236 if (resolved_basedir[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) { 237 resolved_basedir[resolved_basedir_len] = PHP_DIR_SEPARATOR; 241 resolved_basedir[resolved_basedir_len++] = PHP_DIR_SEPARATOR; 246 if (path_tmp[path_len - 1] == PHP_DIR_SEPARATOR) { 247 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) { 248 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR; 260 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) { 401 …spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATO… [all …]
|
H A D | php.h | 55 # define PHP_DIR_SEPARATOR '\\' macro 65 # define PHP_DIR_SEPARATOR '/' macro
|
/PHP-5.4/ext/session/ |
H A D | mod_files.c | 121 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create() 124 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create() 237 buf[dirname_len] = PHP_DIR_SEPARATOR; in ps_files_cleanup_dir()
|
Completed in 21 milliseconds