Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.h168 int max_occurs; member
H A Dphp_schema.c995 model->max_occurs = -1; in schema_min_max()
997 model->max_occurs = atoi((char*)attr->children->content); in schema_min_max()
1000 model->max_occurs = 1; in schema_min_max()
2200 if (model->max_occurs != 1) { in schema_content_model_fixup()
2207 (*tmp)->max_occurs = model->max_occurs; in schema_content_model_fixup()
2213 model->max_occurs = 1; in schema_content_model_fixup()
H A Dphp_encoding.c1437 (model->max_occurs == -1 || model->max_occurs > 1)) { in model_to_zval_object()
1716 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1796 if ((model->max_occurs == -1 || model->max_occurs > 1) && in model_to_xml_object()
1868 if (model->max_occurs == -1 || model->max_occurs > 1) { in model_array_element()
H A Dphp_sdl.c1289 WSDL_CACHE_GET_INT(model->max_occurs, in); in sdl_deserialize_model()
1874 WSDL_CACHE_PUT_INT(model->max_occurs, out); in sdl_serialize_model()

Completed in 37 milliseconds