Searched refs:restrictions (Results 1 – 9 of 9) sorted by relevance
677 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()718 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()2423 if (type->restrictions) { in delete_type()2435 if (type->restrictions->enumeration) { in delete_type()2436 zend_hash_destroy(type->restrictions->enumeration); in delete_type()2437 efree(type->restrictions->enumeration); in delete_type()2439 efree(type->restrictions); in delete_type()2470 if (type->restrictions) { in delete_type_persistent()2482 if (type->restrictions->enumeration) { in delete_type_persistent()2484 free(type->restrictions->enumeration); in delete_type_persistent()[all …]
1943 if (type->restrictions) { in sdl_serialize_type()1956 if (type->restrictions->enumeration) { in sdl_serialize_type()2744 if (ptype->restrictions) { in make_persistent_sdl_type()2747 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()2761 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()2767 if (ptype->restrictions->length) { in make_persistent_sdl_type()2770 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()2773 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()2776 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()2779 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()[all …]
203 sdlRestrictionsPtr restrictions; member
10 // Using ArrayObject here to get around property name restrictions
2 Test array promotion does not violate type restrictions
11 less restrictions on the use of them.
36 To protect your rights, we need to make restrictions that forbid38 rights. These restrictions translate to certain responsibilities for331 restrictions of other proprietary libraries that do not normally373 restrictions on the recipients' exercise of the rights granted herein.
35 To protect your rights, we need to make restrictions that forbid37 rights. These restrictions translate to certain responsibilities for328 restrictions of other proprietary libraries that do not normally370 restrictions on the recipients' exercise of the rights granted herein.
311 freely, subject to the following restrictions:
Completed in 40 milliseconds