Home
last modified time | relevance | path

Searched refs:group_ref (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_sdl.h173 char *group_ref; /* reference to group */ member
H A Dphp_schema.c1099 newModel->u.group_ref = estrdup(key.c); in schema_group()
2189 …>sdl->groups && zend_hash_find(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group_ref)+1,… in schema_content_model_fixup()
2191 efree(model->u.group_ref); in schema_content_model_fixup()
2195 … soap_error1(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute '%s'", model->u.group_ref); in schema_content_model_fixup()
2354 efree(tmp->u.group_ref); in delete_model()
2376 free(tmp->u.group_ref); in delete_model_persistent()
H A Dphp_sdl.c1308 model->u.group_ref = sdl_deserialize_string(in); in sdl_deserialize_model()
1894 sdl_serialize_string(model->u.group_ref,out); in sdl_serialize_model()
2700 if (pmodel->u.group_ref) { in make_persistent_sdl_model()
2701 pmodel->u.group_ref = strdup(pmodel->u.group_ref); in make_persistent_sdl_model()

Completed in 20 milliseconds