Home
last modified time | relevance | path

Searched defs:en (Results 1 – 6 of 6) sorted by path

/PHP-5.5/ext/imap/
H A Dphp_imap.c2045 ENVELOPE *en; in PHP_FUNCTION() local
2123 ENVELOPE *en; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c244 UEnumeration *en; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1777 EncloseNode* en = NENCLOSE(node); in noname_disable_map() local
1939 EncloseNode* en; in unset_addr_list_fix() local
1993 EncloseNode* en = NENCLOSE(node); in quantifiers_memory_node_info() local
2115 EncloseNode* en = NENCLOSE(node); in get_min_match_length() local
2232 EncloseNode* en = NENCLOSE(node); in get_max_match_length() local
2354 EncloseNode* en = NENCLOSE(node); in get_char_length_tree1() local
2627 EncloseNode* en = NENCLOSE(node); in get_head_value_node() local
2684 EncloseNode* en = NENCLOSE(node); in check_type_tree() local
2832 EncloseNode* en = NENCLOSE(node); in subexp_inf_recursive_check_trav() local
2954 EncloseNode* en = NENCLOSE(node); in subexp_recursive_check_trav() local
[all …]
H A Dregparse.c5387 Node* en; in parse_exp() local
H A Dregparse.h138 #define IS_ENCLOSE_CALLED(en) (((en)->state & NST_CALLED) != 0) argument
139 #define IS_ENCLOSE_ADDR_FIXED(en) (((en)->state & NST_ADDR_FIXED) != 0) argument
140 #define IS_ENCLOSE_RECURSION(en) (((en)->state & NST_RECURSION) != 0) argument
141 #define IS_ENCLOSE_MARK1(en) (((en)->state & NST_MARK1) != 0) argument
142 #define IS_ENCLOSE_MARK2(en) (((en)->state & NST_MARK2) != 0) argument
143 #define IS_ENCLOSE_MIN_FIXED(en) (((en)->state & NST_MIN_FIXED) != 0) argument
144 #define IS_ENCLOSE_MAX_FIXED(en) (((en)->state & NST_MAX_FIXED) != 0) argument
145 #define IS_ENCLOSE_CLEN_FIXED(en) (((en)->state & NST_CLEN_FIXED) != 0) argument
146 #define IS_ENCLOSE_STOP_BT_SIMPLE_REPEAT(en) \ argument
148 #define IS_ENCLOSE_NAMED_GROUP(en) (((en)->state & NST_NAMED_GROUP) != 0) argument
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp310 char *en = _tempnam(temppath,"exp."); in ParseTestFile() local

Completed in 68 milliseconds