Searched defs:allow (Results 1 - 7 of 7) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
| H A D | image_trust_cmd.c | 39 int allow; member in struct:imgtrust_options 46 OPTION_DESC ( "allow", 'a', no_argument, 47 struct imgtrust_options, allow, parse_flag ), 55 "[--allow] [--permanent]" ); 73 if ( ( rc = image_set_trust ( ( ! opts.allow ),
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | catalog.c | 3498 * @allow: what catalogs should be accepted 3504 xmlCatalogSetDefaults(xmlCatalogAllow allow) { argument 3506 switch (allow) { 3525 xmlCatalogDefaultAllow = allow;
|
| H A D | parser.c | 192 * arbitrary depth limit for the XML documents that we allow to 1301 maxatts = 55; /* allow for 10 attrs by default */ 3391 * There we potentially risk an overflow, don't allow attribute value of 4452 xmlCatalogAllow allow = xmlCatalogGetDefaults(); local 4453 if ((allow == XML_CATA_ALLOW_DOCUMENT) || 4454 (allow == XML_CATA_ALLOW_ALL)) 7463 maxatts = 22; /* allow for 10 attrs by default */ 10932 * To allow content encoding detection, @size should be >= 4
|
| H A D | testapi.c | 1348 int legacy; /* whether to allow deprecated attributes */ 2167 int legacy; /* whether to allow deprecated elements (YES is faster here for Element nodes) */ 6345 xmlCatalogAllow allow; /* what catalogs should be accepted */ local 6350 allow = gen_xmlCatalogAllow(n_allow, 0); 6352 xmlCatalogSetDefaults(allow); 6354 des_xmlCatalogAllow(n_allow, allow, 0); 23602 int space; /* allow spaces in front and end of the string */ 23645 int space; /* allow spaces in front and end of the string */ 23688 int space; /* allow spaces in front and end of the string */ 23731 int space; /* allow space [all...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | resolver.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
| H A D | hfa384x.h | 23 * above. If you wish to allow the use of your version of this file 24 * only under the terms of the GPL and not to allow others to use 2621 /* Timer to allow for the deferred processing of linkstatus messages */ 2684 prism2sta_accesslist_t allow; /* Allowed station list. */ member in struct:hfa384x
|
Completed in 2588 milliseconds