Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c90 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc()
130 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc()
173 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc()
213 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc()
257 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc()
298 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc()
338 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree()
369 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree()
404 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc()
443 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc()
[all …]
/PHP-7.2/main/
H A Dfopen_wrappers.c221 if (basedir[basedir_len - 1] == PHP_DIR_SEPARATOR || basedir[basedir_len - 1] == '/') {
223 if (basedir[basedir_len - 1] == PHP_DIR_SEPARATOR) {
225 if (resolved_basedir[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
226 resolved_basedir[resolved_basedir_len] = PHP_DIR_SEPARATOR;
230 resolved_basedir[resolved_basedir_len++] = PHP_DIR_SEPARATOR;
235 if (path_tmp[path_len - 1] == PHP_DIR_SEPARATOR) {
236 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
237 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
249 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
395 …spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATO…
[all …]
H A Dphp.h70 # define PHP_DIR_SEPARATOR '\\' macro
79 # define PHP_DIR_SEPARATOR '/' macro
/PHP-7.2/ext/session/
H A Dmod_files.c125 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create()
128 buf[n++] = PHP_DIR_SEPARATOR; in ps_files_path_create()
313 buf[dirname_len] = PHP_DIR_SEPARATOR; in ps_files_cleanup_dir()
/PHP-7.2/ext/phar/
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()

Completed in 18 milliseconds