Searched refs:schema_restriction_var_int (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 43 static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr); 673 schema_restriction_var_int(trav, &cur_type->restrictions->minExclusive); in schema_restriction_simpleContent() 675 schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive); in schema_restriction_simpleContent() 677 schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive); in schema_restriction_simpleContent() 679 schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive); in schema_restriction_simpleContent() 681 schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits); in schema_restriction_simpleContent() 683 schema_restriction_var_int(trav, &cur_type->restrictions->fractionDigits); in schema_restriction_simpleContent() 685 schema_restriction_var_int(trav, &cur_type->restrictions->length); in schema_restriction_simpleContent() 687 schema_restriction_var_int(trav, &cur_type->restrictions->minLength); in schema_restriction_simpleContent() 689 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent() [all …]
|
Completed in 9 milliseconds