Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.h148 sdlRestrictionCharPtr whiteSpace;
149 sdlRestrictionCharPtr pattern;
H A Dphp_soap.h55 typedef struct _sdlRestrictionChar sdlRestrictionChar, *sdlRestrictionCharPtr; typedef
H A Dphp_schema.c45 static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr);
695 sdlRestrictionCharPtr enumval = NULL; in schema_restriction_simpleContent()
702 …ation, enumval->value, strlen(enumval->value)+1, &enumval, sizeof(sdlRestrictionCharPtr), NULL) ==… in schema_restriction_simpleContent()
830 static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr) in schema_restriction_var_char()
2575 sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc); in delete_restriction_var_char()
2586 sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc); in delete_restriction_var_char_persistent()
H A Dphp_sdl.c1268 static sdlRestrictionCharPtr sdl_deserialize_resriction_char(char **in) in sdl_deserialize_resriction_char()
1271 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char()
1357 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type()
1915 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
1961 sdlRestrictionCharPtr *tmp; in sdl_serialize_type()
2399 sdlRestrictionCharPtr *rest = (sdlRestrictionCharPtr *)data; in make_persistent_restriction_char()
2400 sdlRestrictionCharPtr prest = NULL; in make_persistent_restriction_char()
2792 sdlRestrictionCharPtr tmp; in make_persistent_sdl_type()
2796 …ctions->enumeration, make_persistent_restriction_char, (void*)&tmp, sizeof(sdlRestrictionCharPtr)); in make_persistent_sdl_type()

Completed in 43 milliseconds