Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_sdl.h167 int max_occurs; member
H A Dphp_schema.c996 model->max_occurs = -1; in schema_min_max()
998 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()
1001 model->max_occurs = 1; in schema_min_max()
2198 if (model->max_occurs != 1) { in schema_content_model_fixup()
2203 tmp->max_occurs = model->max_occurs; in schema_content_model_fixup()
2208 model->max_occurs = 1; in schema_content_model_fixup()
H A Dphp_encoding.c1367 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1633 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1712 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1776 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
H A Dphp_sdl.c1286 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()
1866 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()

Completed in 32 milliseconds