Searched refs:schema_restriction_var_int (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_schema.c | 40 static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr); 672 schema_restriction_var_int(trav, &cur_type->restrictions->minExclusive); in schema_restriction_simpleContent() 674 schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive); in schema_restriction_simpleContent() 676 schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive); in schema_restriction_simpleContent() 678 schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive); in schema_restriction_simpleContent() 680 schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits); in schema_restriction_simpleContent() 682 schema_restriction_var_int(trav, &cur_type->restrictions->fractionDigits); in schema_restriction_simpleContent() 684 schema_restriction_var_int(trav, &cur_type->restrictions->length); in schema_restriction_simpleContent() 686 schema_restriction_var_int(trav, &cur_type->restrictions->minLength); in schema_restriction_simpleContent() 688 schema_restriction_var_int(trav, &cur_type->restrictions->maxLength); in schema_restriction_simpleContent() [all …]
|
Completed in 16 milliseconds