Searched refs:max_occurs (Results 1 – 4 of 4) sorted by relevance
165 int max_occurs; member
1015 model->max_occurs = -1; in schema_min_max()1017 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()1020 model->max_occurs = 1; in schema_min_max()2218 if (model->max_occurs != 1) { in schema_content_model_fixup()2223 tmp->max_occurs = model->max_occurs; in schema_content_model_fixup()2228 model->max_occurs = 1; in schema_content_model_fixup()
1332 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()1616 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1695 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1759 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
1298 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()1878 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()
Completed in 36 milliseconds