Home
last modified time | relevance | path

Searched refs:php_win32_check_trailing_space (Results 1 – 4 of 4) sorted by relevance

/php-src/win32/
H A Dwinutil.h31 int php_win32_check_trailing_space(const char * path, const size_t path_len);
H A Dwinutil.c57 int php_win32_check_trailing_space(const char * path, const size_t path_len) in php_win32_check_trailing_space() function
/php-src/main/
H A Dphp_open_temporary_file.c122 if (!php_win32_check_trailing_space(pfx, strlen(pfx))) { in php_do_open_temporary_file()
/php-src/main/streams/
H A Dplain_wrapper.c1278 if (!php_win32_check_trailing_space(url_from, strlen(url_from))) { in php_plain_files_rename()
1282 if (!php_win32_check_trailing_space(url_to, strlen(url_to))) { in php_plain_files_rename()
1473 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_rmdir()
1501 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_metadata()

Completed in 16 milliseconds