Searched refs:APR_PATH_MAX (Results 1 – 10 of 10) sorted by relevance
632 #define APR_PATH_MAX PATH_MAX macro634 #define APR_PATH_MAX _POSIX_PATH_MAX macro636 #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()
234 char fspec[APR_PATH_MAX]; in apr_dir_read()239 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];
609 #define APR_PATH_MAX PATH_MAX macro611 #define APR_PATH_MAX _POSIX_PATH_MAX613 #error no decision has been made on APR_PATH_MAX for your platform
591 #define APR_PATH_MAX 8192593 #define APR_PATH_MAX MAX_PATH
588 #define APR_PATH_MAX 8192590 #define APR_PATH_MAX MAX_PATH
426 #define APR_PATH_MAX PATH_MAX
1914 WCHAR wdest[APR_PATH_MAX]; in io_win_read_link()