Searched refs:max_occurs (Results 1 – 4 of 4) sorted by relevance
165 int max_occurs; member
994 model->max_occurs = -1; in schema_min_max()996 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()999 model->max_occurs = 1; in schema_min_max()2197 if (model->max_occurs != 1) { in schema_content_model_fixup()2202 tmp->max_occurs = model->max_occurs; in schema_content_model_fixup()2207 model->max_occurs = 1; in schema_content_model_fixup()
1332 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()1606 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1685 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1749 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
1296 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()1876 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()
Completed in 29 milliseconds