Searched refs:max_occurs (Results 1 – 4 of 4) sorted by relevance
168 int max_occurs; member
997 model->max_occurs = -1; in schema_min_max()999 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()1002 model->max_occurs = 1; in schema_min_max()2201 if (model->max_occurs != 1) { in schema_content_model_fixup()2206 tmp->max_occurs = model->max_occurs; in schema_content_model_fixup()2211 model->max_occurs = 1; in schema_content_model_fixup()
1381 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()1647 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1726 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()1790 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
1283 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()1865 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()
Completed in 37 milliseconds