Searched refs:PCRE_MAKE_PARSER (Results 1 – 3 of 3) sorted by relevance
/external/pcre/ |
D | pcrecpparg.h | 68 #define PCRE_MAKE_PARSER(type,name) \ macro 73 PCRE_MAKE_PARSER(char, parse_char); 74 PCRE_MAKE_PARSER(unsigned char, parse_uchar); 75 PCRE_MAKE_PARSER(short, parse_short); 76 PCRE_MAKE_PARSER(unsigned short, parse_ushort); 77 PCRE_MAKE_PARSER(int, parse_int); 78 PCRE_MAKE_PARSER(unsigned int, parse_uint); 79 PCRE_MAKE_PARSER(long, parse_long); 80 PCRE_MAKE_PARSER(unsigned long, parse_ulong); 82 PCRE_MAKE_PARSER(long long, parse_longlong); [all …]
|
/external/pcre/dist/ |
D | pcrecpparg.h | 68 #define PCRE_MAKE_PARSER(type,name) \ macro 73 PCRE_MAKE_PARSER(char, parse_char); 74 PCRE_MAKE_PARSER(unsigned char, parse_uchar); 75 PCRE_MAKE_PARSER(short, parse_short); 76 PCRE_MAKE_PARSER(unsigned short, parse_ushort); 77 PCRE_MAKE_PARSER(int, parse_int); 78 PCRE_MAKE_PARSER(unsigned int, parse_uint); 79 PCRE_MAKE_PARSER(long, parse_long); 80 PCRE_MAKE_PARSER(unsigned long, parse_ulong); 82 PCRE_MAKE_PARSER(long long, parse_longlong); [all …]
|
D | pcrecpparg.h.in | 68 #define PCRE_MAKE_PARSER(type,name) \ macro 73 PCRE_MAKE_PARSER(char, parse_char); 74 PCRE_MAKE_PARSER(unsigned char, parse_uchar); 75 PCRE_MAKE_PARSER(short, parse_short); 76 PCRE_MAKE_PARSER(unsigned short, parse_ushort); 77 PCRE_MAKE_PARSER(int, parse_int); 78 PCRE_MAKE_PARSER(unsigned int, parse_uint); 79 PCRE_MAKE_PARSER(long, parse_long); 80 PCRE_MAKE_PARSER(unsigned long, parse_ulong); 82 PCRE_MAKE_PARSER(long long, parse_longlong); [all …]
|