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