sdlRestrictionCharPtr  695 ext/soap/php_schema.c 			sdlRestrictionCharPtr enumval = NULL;
sdlRestrictionCharPtr  702 ext/soap/php_schema.c 			if (zend_hash_add(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->value)+1, &enumval, sizeof(sdlRestrictionCharPtr), NULL) == FAILURE) {
sdlRestrictionCharPtr 2575 ext/soap/php_schema.c 	sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc);
sdlRestrictionCharPtr 2586 ext/soap/php_schema.c 	sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc);
sdlRestrictionCharPtr 1268 ext/soap/php_sdl.c static sdlRestrictionCharPtr sdl_deserialize_resriction_char(char **in)
sdlRestrictionCharPtr 1271 ext/soap/php_sdl.c 		sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar));
sdlRestrictionCharPtr 1357 ext/soap/php_sdl.c 				sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in);
sdlRestrictionCharPtr 1961 ext/soap/php_sdl.c 			sdlRestrictionCharPtr *tmp;
sdlRestrictionCharPtr 2399 ext/soap/php_sdl.c 	sdlRestrictionCharPtr *rest = (sdlRestrictionCharPtr *)data;
sdlRestrictionCharPtr 2400 ext/soap/php_sdl.c 	sdlRestrictionCharPtr prest = NULL;
sdlRestrictionCharPtr 2792 ext/soap/php_sdl.c 			sdlRestrictionCharPtr tmp;
sdlRestrictionCharPtr 2796 ext/soap/php_sdl.c 			zend_hash_copy(ptype->restrictions->enumeration, type->restrictions->enumeration, make_persistent_restriction_char, (void*)&tmp, sizeof(sdlRestrictionCharPtr));
sdlRestrictionCharPtr  148 ext/soap/php_sdl.h 	sdlRestrictionCharPtr whiteSpace;
sdlRestrictionCharPtr  149 ext/soap/php_sdl.h 	sdlRestrictionCharPtr pattern;