Searched refs:APR_PATH_MAX (Results 1 – 11 of 11) sorted by relevance
651 #define APR_PATH_MAX PATH_MAX macro653 #define APR_PATH_MAX _POSIX_PATH_MAX macro655 #error no decision has been made on APR_PATH_MAX for your platform
40 char path[APR_PATH_MAX]; in apr_filepath_get()153 if (maxlen > APR_PATH_MAX) { in apr_filepath_merge()
243 char fspec[APR_PATH_MAX]; in apr_dir_read()248 if (end > fspec && end[-1] != '/' && (end < fspec + APR_PATH_MAX)) in apr_dir_read()
74 if (len && (len < APR_PATH_MAX) && test_tempdir(value, p)) { in apr_temp_dir_get()
118 char path[APR_PATH_MAX + 1];
628 #define APR_PATH_MAX PATH_MAX macro630 #define APR_PATH_MAX _POSIX_PATH_MAX632 #error no decision has been made on APR_PATH_MAX for your platform
612 #define APR_PATH_MAX 8192614 #define APR_PATH_MAX MAX_PATH
609 #define APR_PATH_MAX 8192611 #define APR_PATH_MAX MAX_PATH
428 #define APR_PATH_MAX PATH_MAX
820 SVN_ERR(svn_io_file_readline(orig, &line, NULL, NULL, 2 * APR_PATH_MAX + 2, in transform_link_to_git()
2018 WCHAR wdest[APR_PATH_MAX]; in io_win_read_link()