Home
last modified time | relevance | path

Searched refs:max_occurs (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/soap/
H A Dphp_sdl.h165 int max_occurs; member
H A Dphp_schema.c1003 model->max_occurs = -1; in schema_min_max()
1005 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()
1008 model->max_occurs = 1; in schema_min_max()
2209 if (model->max_occurs != 1) { in schema_content_model_fixup()
2214 tmp->max_occurs = model->max_occurs; in schema_content_model_fixup()
2219 model->max_occurs = 1; in schema_content_model_fixup()
H A Dphp_encoding.c1340 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1619 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1698 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1762 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
H A Dphp_sdl.c1305 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()
1888 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()

Completed in 37 milliseconds