Searched refs:svn_ctype_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ctype.h42 extern const apr_uint32_t *const svn_ctype_table;
47 * constants. Uses #svn_ctype_table.
50 (0 != (svn_ctype_table[(unsigned char)(c)] & (flags)))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dctype.c33 with the name svn_ctype_table.
308 const apr_uint32_t *const svn_ctype_table = svn_ctype_table_internal;
307 const apr_uint32_t *const svn_ctype_table = svn_ctype_table_internal; variable

Completed in 67 milliseconds