Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.h34 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr);
H A Dphp_schema.c2450 delete_restriction_var_int_persistent(type->restrictions->minExclusive); in delete_type_persistent()
2451 delete_restriction_var_int_persistent(type->restrictions->minInclusive); in delete_type_persistent()
2452 delete_restriction_var_int_persistent(type->restrictions->maxExclusive); in delete_type_persistent()
2453 delete_restriction_var_int_persistent(type->restrictions->maxInclusive); in delete_type_persistent()
2454 delete_restriction_var_int_persistent(type->restrictions->totalDigits); in delete_type_persistent()
2455 delete_restriction_var_int_persistent(type->restrictions->fractionDigits); in delete_type_persistent()
2456 delete_restriction_var_int_persistent(type->restrictions->length); in delete_type_persistent()
2457 delete_restriction_var_int_persistent(type->restrictions->minLength); in delete_type_persistent()
2458 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
2555 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr) in delete_restriction_var_int_persistent() function

Completed in 17 milliseconds