Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dwinutil.h22 int php_win32_check_trailing_space(const char * path, const int path_len);
H A Dwinutil.c37 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space() function
/PHP-5.6/main/
H A Dphp_open_temporary_file.c117 if (!php_win32_check_trailing_space(pfx, (const int)strlen(pfx))) { in php_do_open_temporary_file()
/PHP-5.6/main/streams/
H A Dplain_wrapper.c1100 if (!php_win32_check_trailing_space(url_from, strlen(url_from))) { in php_plain_files_rename()
1104 if (!php_win32_check_trailing_space(url_to, strlen(url_to))) { in php_plain_files_rename()
1272 if (!php_win32_check_trailing_space(url, (int)strlen(url))) { in php_plain_files_rmdir()
1303 if (!php_win32_check_trailing_space(url, url_len)) { in php_plain_files_metadata()

Completed in 11 milliseconds