schema_restriction_var_int   43 soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr);
schema_restriction_var_int  673 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minExclusive);
schema_restriction_var_int  675 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive);
schema_restriction_var_int  677 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive);
schema_restriction_var_int  679 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive);
schema_restriction_var_int  681 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits);
schema_restriction_var_int  683 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->fractionDigits);
schema_restriction_var_int  685 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->length);
schema_restriction_var_int  687 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minLength);
schema_restriction_var_int  689 soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxLength);