Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c88 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()
441 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc()
[all …]
/PHP-5.5/main/
H A Dfopen_wrappers.c232 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 Dphp.h55 # define PHP_DIR_SEPARATOR '\\' macro
64 # define PHP_DIR_SEPARATOR '/' macro
/PHP-5.5/ext/session/
H A Dmod_files.c90 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create()
93 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create()
209 buf[dirname_len] = PHP_DIR_SEPARATOR; in ps_files_cleanup_dir()
/PHP-5.5/ext/phar/
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()

Completed in 20 milliseconds