Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.h36 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr);
H A Dphp_schema.c2445 delete_restriction_var_int_persistent(type->restrictions->minExclusive); in delete_type_persistent()
2446 delete_restriction_var_int_persistent(type->restrictions->minInclusive); in delete_type_persistent()
2447 delete_restriction_var_int_persistent(type->restrictions->maxExclusive); in delete_type_persistent()
2448 delete_restriction_var_int_persistent(type->restrictions->maxInclusive); in delete_type_persistent()
2449 delete_restriction_var_int_persistent(type->restrictions->totalDigits); in delete_type_persistent()
2450 delete_restriction_var_int_persistent(type->restrictions->fractionDigits); in delete_type_persistent()
2451 delete_restriction_var_int_persistent(type->restrictions->length); in delete_type_persistent()
2452 delete_restriction_var_int_persistent(type->restrictions->minLength); in delete_type_persistent()
2453 delete_restriction_var_int_persistent(type->restrictions->maxLength); in delete_type_persistent()
2550 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr) in delete_restriction_var_int_persistent() function

Completed in 10 milliseconds