Searched refs:cur_type (Results 1 – 2 of 2) sorted by relevance
334 if (cur_type != NULL) { in schema_simpleType()364 cur_type =ptr; in schema_simpleType()375 if (cur_type == NULL) { in schema_simpleType()384 cur_type = ptr; in schema_simpleType()1149 cur_type = newType; in schema_group()1389 if (cur_type != NULL) { in schema_complexType()1419 cur_type = ptr; in schema_complexType()1432 cur_type = ptr; in schema_complexType()1603 cur_type = newType; in schema_element()2001 cur_type = newType; in schema_attributeGroup()[all …]
3550 int i, cur_type, prev_type, different; in get_array_type() local3561 cur_type = prev_type = 0; in get_array_type()3572 cur_type = Z_LVAL_P(ztype); in get_array_type()3589 cur_type = APACHE_MAP; in get_array_type()3593 cur_type = Z_TYPE_P(tmp); in get_array_type()3599 if ((cur_type != prev_type) || in get_array_type()3609 prev_type = cur_type; in get_array_type()3641 enc = get_conversion(cur_type); in get_array_type()
Completed in 32 milliseconds