sdlRestrictionCharPtr  692 ext/soap/php_schema.c 			sdlRestrictionCharPtr enumval = NULL;
sdlRestrictionCharPtr  699 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 2528 ext/soap/php_schema.c 	sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc);
sdlRestrictionCharPtr 2539 ext/soap/php_schema.c 	sdlRestrictionCharPtr ptr = *((sdlRestrictionCharPtr*)srvc);
sdlRestrictionCharPtr 1159 ext/soap/php_sdl.c static sdlRestrictionCharPtr sdl_deserialize_resriction_char(char **in)
sdlRestrictionCharPtr 1162 ext/soap/php_sdl.c 		sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar));
sdlRestrictionCharPtr 1248 ext/soap/php_sdl.c 				sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in);
sdlRestrictionCharPtr 1852 ext/soap/php_sdl.c 			sdlRestrictionCharPtr *tmp;
sdlRestrictionCharPtr 2290 ext/soap/php_sdl.c 	sdlRestrictionCharPtr *rest = (sdlRestrictionCharPtr *)data;
sdlRestrictionCharPtr 2291 ext/soap/php_sdl.c 	sdlRestrictionCharPtr prest = NULL;
sdlRestrictionCharPtr 2682 ext/soap/php_sdl.c 			sdlRestrictionCharPtr tmp;
sdlRestrictionCharPtr 2686 ext/soap/php_sdl.c 			zend_hash_copy(ptype->restrictions->enumeration, type->restrictions->enumeration, make_persistent_restriction_char, (void*)&tmp, sizeof(sdlRestrictionCharPtr));
sdlRestrictionCharPtr  146 ext/soap/php_sdl.h 	sdlRestrictionCharPtr whiteSpace;
sdlRestrictionCharPtr  147 ext/soap/php_sdl.h 	sdlRestrictionCharPtr pattern;