Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_soap.h53 typedef struct _sdlRestrictions sdlRestrictions, *sdlRestrictionsPtr; typedef
H A Dphp_sdl.c1336 type->restrictions = emalloc(sizeof(sdlRestrictions)); in sdl_deserialize_type()
2723 ptype->restrictions = malloc(sizeof(sdlRestrictions)); in make_persistent_sdl_type()
2724 memset(ptype->restrictions, 0, sizeof(sdlRestrictions)); in make_persistent_sdl_type()
H A Dphp_schema.c659 cur_type->restrictions = emalloc(sizeof(sdlRestrictions)); in schema_restriction_simpleContent()
660 memset(cur_type->restrictions, 0, sizeof(sdlRestrictions)); in schema_restriction_simpleContent()

Completed in 27 milliseconds