/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zpipe.c | 31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be 36 int def(FILE *source, FILE *dest, int level) function 186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
|
H A D | fitblk.c | 70 /* compress from file to def until provided buffer is full or end of 73 local int partcompress(FILE *in, z_streamp def) argument 80 def->avail_in = fread(raw, 1, RAWLEN, in); 83 def->next_in = raw; 86 ret = deflate(def, flush); 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); 92 /* recompress from inf's input to def's output; the input for inf and 93 the output for def are set in those structures before calling; 96 local int recompress(z_streamp inf, z_streamp def) argument 113 def 134 z_stream def, inf; /* zlib deflate and inflate states */ local [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | wctomb.c | 213 unsigned char def; local 219 def = table->info.def_char & 0xff; 221 def = *defchar; 244 *dst = def; 261 *dst = def;
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testHTML.c | 262 int type, int def, const xmlChar *defaultValue, 266 elem, name, type, def, defaultValue); 261 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree ATTRIBUTE_UNUSED) argument
|
H A D | legacy.c | 988 * @def: the type of default value 997 int type, int def, const xmlChar * defaultValue, 1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue, 996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
H A D | testSAX.c | 468 const xmlChar * name, int type, int def, 476 elem, name, type, def); 479 elem, name, type, def, defaultValue); 467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
H A D | SAX2.c | 690 * @def: the type of default value 698 int type, int def, const xmlChar *defaultValue, 711 elem, fullname, type, def, defaultValue); 729 (xmlAttributeDefault) def, defaultValue, tree); 733 (xmlAttributeDefault) def, defaultValue, tree); 697 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
|
H A D | xmllint.c | 1093 const xmlChar * name, int type, int def, 1101 elem, name, type, def); 1104 elem, name, type, def, defaultValue); 1092 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
H A D | runtest.c | 993 const xmlChar * name, int type, int def, 1001 elem, name, type, def); 1004 elem, name, type, def, defaultValue); 992 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
H A D | valid.c | 1959 * @def: the attribute default type 1972 xmlAttributeType type, xmlAttributeDefault def, 2091 ret->def = def; 2136 * Insert namespace default def first they need to be 2211 cur->def = attr->def; 2298 switch (attr->def) { 2312 "Internal: ATTRIBUTE struct corrupted invalid def\n", 4065 (attr->def ! 1969 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument [all...] |
H A D | parser.c | 5018 * parse the Attribute list def for an element 5093 * : parse the Attribute list def for an element 5126 int def; local 5160 def = xmlParseDefaultDecl(ctxt, &defaultValue); 5161 if (def <= 0) { 5194 type, def, defaultValue, tree); 5199 (def != XML_ATTRIBUTE_IMPLIED) && 5200 (def != XML_ATTRIBUTE_REQUIRED)) {
|
H A D | tree.c | 5805 xmlNsPtr def; local 5826 def = xmlSearchNsByHref(doc, tree, ns->href); 5827 if (def != NULL) 5828 return(def); 5839 def = xmlSearchNs(doc, tree, prefix); 5840 while (def != NULL) { 5847 def = xmlSearchNs(doc, tree, prefix); 5853 def = xmlNewNs(tree, ns->href, prefix); 5854 return(def);
|
H A D | relaxng.c | 133 XML_RELAXNG_EXTERNALREF, /* reference to an external def */ 134 XML_RELAXNG_PARENTREF, /* reference to a def in the parent grammar */ 217 xmlRelaxNGDefinePtr def; /* the current define */ member in struct:_xmlRelaxNGParserCtxt 2019 xmlRelaxNGDefName(xmlRelaxNGDefinePtr def) argument 2021 if (def == NULL) 2023 switch (def->type) { 2043 return ("def"); 2853 xmlRelaxNGDefinePtr def); 2864 xmlRelaxNGIsCompileable(xmlRelaxNGDefinePtr def) argument 2868 if (def 3015 xmlRelaxNGCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument 3220 xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument 3490 xmlRelaxNGDefinePtr def = NULL; local 3582 xmlRelaxNGDefinePtr def = NULL, except; local 3874 xmlRelaxNGGenerateAttributes(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument 3950 xmlRelaxNGGetElements(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def, int eora) argument 4047 xmlRelaxNGCheckChoiceDeterminism(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument 4183 xmlRelaxNGCheckGroupAttrs(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) argument 4275 xmlRelaxNGComputeInterleaves(xmlRelaxNGDefinePtr def, xmlRelaxNGParserCtxtPtr ctxt, xmlChar * name ATTRIBUTE_UNUSED) argument 4446 xmlRelaxNGDefinePtr def = NULL; local 4560 xmlRelaxNGDefinePtr def; local 4634 xmlRelaxNGDefinePtr def; local 4715 xmlRelaxNGDefinePtr def = NULL; local 5157 xmlRelaxNGParseNameClass(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, xmlRelaxNGDefinePtr def) argument 5413 xmlRelaxNGDefinePtr def = NULL, last = NULL, cur, parent; local 5461 xmlRelaxNGDefinePtr def = NULL, last; local 5570 xmlRelaxNGDefinePtr def, cur; local 7436 xmlRelaxNGDefinePtr def; local [all...] |
H A D | trio.c | 1022 trio_userdef_t *def; local 1027 for (def = internalUserDef; def; def = def->next) 1030 if (trio_equal_case(def->name, name)) 1034 *prev = def; 1040 return def; 3335 trio_userdef_t *def = NULL; local 3342 def 4273 trio_userdef_t *def; local 4343 trio_userdef_t *def; local [all...] |
H A D | xmlschemas.c | 758 xmlSchemaIDCPtr def; /* the IDC definition */ member in struct:_xmlSchemaIDCAug 1712 *buf = xmlStrdup(BAD_CAST "model group def."); 5997 int min, int max, int def, const char *expected) 6005 return (def); 6015 return (def); 6029 return (def); 6046 return (def); 6062 int min, int max, int def, const char *expected) 6070 return (def); 6081 return (def); 5996 xmlGetMaxOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument 6061 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument 6162 xmlGetBooleanProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, const char *name, int def) argument 28162 attributeDeclSplit(void *ctx, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument [all...] |
H A D | testapi.c | 3772 int def; /* the type of default value */ local 3791 def = gen_int(n_def, 4); 3795 xmlSAX2AttributeDecl(ctx, (const xmlChar *)elem, (const xmlChar *)fullname, type, def, (const xmlChar *)defaultValue, tree); local 3801 des_int(n_def, def, 4); 24353 xmlAttributeDefault def; /* the attribute default type */ local 24376 def = gen_xmlAttributeDefault(n_def, 6); 24380 ret_val = xmlAddAttributeDecl(ctxt, dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)ns, type, def, (const xmlChar *)defaultValue, tree); 24389 des_xmlAttributeDefault(n_def, def, 6); [all...] |
/vbox/src/VBox/Devices/Audio/ |
H A D | audio.c | 456 int def; local 506 def = 1; 512 *intp = audio_get_conf_int(pCfgHandle, opt->name, *intp, &def); 519 *fmtp = audio_get_conf_fmt (pCfgHandle, opt->name, *fmtp, &def); 526 *strp = audio_get_conf_str (pCfgHandle, opt->name, *strp, &def); 539 *opt->overridenp = !def;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | via-velocity.c | 263 * @def: default value 273 int def, char *name, const char *devname) 277 devname, name, def); 278 *opt = def; 283 *opt = def; 295 * @def: default value (yes/no) 305 static void velocity_set_bool_opt(u32 * opt, int val, int def, u32 flag, argument 311 devname, name, def ? "TRUE" : "FALSE"); 312 *opt |= (def ? flag : 0); 317 *opt |= (def 272 velocity_set_int_opt(int *opt, int val, int min, int max, int def, char *name, const char *devname) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | tree.h | 225 xmlAttributeDefault def; /* the default */ member in struct:_xmlAttribute
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 229 TCGOpDef *def; local 241 def = &tcg_op_defs[op]; 242 n = def->nb_iargs + def->nb_oargs; 250 def = &tcg_op_defs[op]; 251 def->args_ct = args_ct; 252 def->sorted_args = sorted_args; 253 n = def->nb_iargs + def->nb_oargs; 860 const TCGOpDef *def; local 1001 get_constraint_priority(const TCGOpDef *def, int k) argument 1023 sort_constraints(TCGOpDef *def, int start, int n) argument 1047 TCGOpDef *def; local 1201 const TCGOpDef *def; local 1584 tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def, const TCGArg *args, unsigned int dead_iargs) argument 1643 tcg_reg_alloc_op(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, unsigned int dead_iargs) argument 1810 tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, unsigned int dead_iargs) argument 2010 const TCGOpDef *def; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
H A D | _sre.c | 3219 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) argument 3234 Py_INCREF(def); 3235 return def; 3267 match_getslice(MatchObject* self, PyObject* index, PyObject* def) argument 3269 return match_getslice_by_index(self, match_getindex(self, index), def); 3323 PyObject* def = Py_None; local 3325 if (!PyArg_ParseTupleAndKeywords(args, kw, "|O:groups", kwlist, &def)) 3334 item = match_getslice_by_index(self, index, def); 3352 PyObject* def = Py_None; local 3354 if (!PyArg_ParseTupleAndKeywords(args, kw, "|O:groupdict", kwlist, &def)) [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | _sre.c | 3208 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) argument 3223 Py_INCREF(def); 3224 return def; 3256 match_getslice(MatchObject* self, PyObject* index, PyObject* def) argument 3258 return match_getslice_by_index(self, match_getindex(self, index), def); 3312 PyObject* def = Py_None; local 3314 if (!PyArg_ParseTupleAndKeywords(args, kw, "|O:groups", kwlist, &def)) 3323 item = match_getslice_by_index(self, index, def); 3341 PyObject* def = Py_None; local 3343 if (!PyArg_ParseTupleAndKeywords(args, kw, "|O:groupdict", kwlist, &def)) [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 1154 int def, 1180 def, defaultValue, nameList); 1150 pythonAttributeDecl(void *user_data, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
|
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 530 uint32_t def:1; /**< deferred */ member in struct:TMD::__anon14869 611 (T)->tmd1.ltint, (T)->tmd1.one, (T)->tmd1.def, \ 4119 tmd.tmd1.def,
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | hw.h | 666 struct ar5416_eeprom_def def; member in union:ath_hw::__anon15148
|