Searched refs:delete_restriction_var_int_persistent (Results 1 – 2 of 2) sorted by relevance
37 void delete_restriction_var_int_persistent(void *rvi);
2459 delete_restriction_var_int_persistent(&type->restrictions->minExclusive); in delete_type_persistent()2460 delete_restriction_var_int_persistent(&type->restrictions->minInclusive); in delete_type_persistent()2461 delete_restriction_var_int_persistent(&type->restrictions->maxExclusive); in delete_type_persistent()2462 delete_restriction_var_int_persistent(&type->restrictions->maxInclusive); in delete_type_persistent()2463 delete_restriction_var_int_persistent(&type->restrictions->totalDigits); in delete_type_persistent()2464 delete_restriction_var_int_persistent(&type->restrictions->fractionDigits); in delete_type_persistent()2465 delete_restriction_var_int_persistent(&type->restrictions->length); in delete_type_persistent()2466 delete_restriction_var_int_persistent(&type->restrictions->minLength); in delete_type_persistent()2467 delete_restriction_var_int_persistent(&type->restrictions->maxLength); in delete_type_persistent()2565 void delete_restriction_var_int_persistent(void *rvi) in delete_restriction_var_int_persistent() function
Completed in 17 milliseconds