Searched defs:en (Results 1 – 5 of 5) sorted by relevance
138 #define IS_ENCLOSE_CALLED(en) (((en)->state & NST_CALLED) != 0) argument139 #define IS_ENCLOSE_ADDR_FIXED(en) (((en)->state & NST_ADDR_FIXED) != 0) argument140 #define IS_ENCLOSE_RECURSION(en) (((en)->state & NST_RECURSION) != 0) argument141 #define IS_ENCLOSE_MARK1(en) (((en)->state & NST_MARK1) != 0) argument142 #define IS_ENCLOSE_MARK2(en) (((en)->state & NST_MARK2) != 0) argument143 #define IS_ENCLOSE_MIN_FIXED(en) (((en)->state & NST_MIN_FIXED) != 0) argument144 #define IS_ENCLOSE_MAX_FIXED(en) (((en)->state & NST_MAX_FIXED) != 0) argument145 #define IS_ENCLOSE_CLEN_FIXED(en) (((en)->state & NST_CLEN_FIXED) != 0) argument146 #define IS_ENCLOSE_STOP_BT_SIMPLE_REPEAT(en) \ argument148 #define IS_ENCLOSE_NAMED_GROUP(en) (((en)->state & NST_NAMED_GROUP) != 0) argument
1777 EncloseNode* en = NENCLOSE(node); in noname_disable_map() local1939 EncloseNode* en; in unset_addr_list_fix() local1993 EncloseNode* en = NENCLOSE(node); in quantifiers_memory_node_info() local2115 EncloseNode* en = NENCLOSE(node); in get_min_match_length() local2232 EncloseNode* en = NENCLOSE(node); in get_max_match_length() local2354 EncloseNode* en = NENCLOSE(node); in get_char_length_tree1() local2627 EncloseNode* en = NENCLOSE(node); in get_head_value_node() local2684 EncloseNode* en = NENCLOSE(node); in check_type_tree() local2832 EncloseNode* en = NENCLOSE(node); in subexp_inf_recursive_check_trav() local2954 EncloseNode* en = NENCLOSE(node); in subexp_recursive_check_trav() local[all …]
5400 Node* en; in parse_exp() local
244 UEnumeration *en; in PHP_FUNCTION() local
2099 ENVELOPE *en; in PHP_FUNCTION() local2179 ENVELOPE *en; in PHP_FUNCTION() local4503 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en) in _php_make_header_object()
Completed in 42 milliseconds