Searched refs:cur_type (Results 1 – 2 of 2) sorted by relevance
316 if (cur_type != NULL) { in schema_simpleType()346 cur_type =*ptr; in schema_simpleType()357 if (cur_type == NULL) { in schema_simpleType()366 cur_type = (*ptr); in schema_simpleType()1129 cur_type = newType; in schema_group()1369 if (cur_type != NULL) { in schema_complexType()1399 cur_type =*ptr; in schema_complexType()1412 cur_type = (*ptr); in schema_complexType()1583 cur_type = newType; in schema_element()1978 cur_type = newType; in schema_attributeGroup()[all …]
3637 int i, count, cur_type, prev_type, different; in get_array_type() local3647 cur_type = prev_type = 0; in get_array_type()3663 cur_type = Z_LVAL_PP(ztype); in get_array_type()3680 cur_type = APACHE_MAP; in get_array_type()3684 cur_type = Z_TYPE_PP(tmp); in get_array_type()3690 if ((cur_type != prev_type) || in get_array_type()3700 prev_type = cur_type; in get_array_type()3732 enc = get_conversion(cur_type); in get_array_type()
Completed in 20 milliseconds