Home
last modified time | relevance | path

Searched refs:delete_restriction_var_int_persistent (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_schema.h34 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr);
H A Dphp_schema.c2471 delete_restriction_var_int_persistent(type->restrictions->minExclusive); in delete_type_persistent()
2472 delete_restriction_var_int_persistent(type->restrictions->minInclusive); in delete_type_persistent()
2473 delete_restriction_var_int_persistent(type->restrictions->maxExclusive); in delete_type_persistent()
2474 delete_restriction_var_int_persistent(type->restrictions->maxInclusive); in delete_type_persistent()
2475 delete_restriction_var_int_persistent(type->restrictions->totalDigits); in delete_type_persistent()
2476 delete_restriction_var_int_persistent(type->restrictions->fractionDigits); in delete_type_persistent()
2477 delete_restriction_var_int_persistent(type->restrictions->length); in delete_type_persistent()
2478 delete_restriction_var_int_persistent(type->restrictions->minLength); in delete_type_persistent()
2479 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
2576 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr) in delete_restriction_var_int_persistent() function

Completed in 10 milliseconds