Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_schema.h37 void delete_restriction_var_int_persistent(void *rvi);
H A Dphp_schema.c2459 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