Searched defs:extra (Results 26 - 46 of 46) sorted by relevance

12

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp796 std::vector<RawOption> extra; local
800 extra.push_back(opt);
810 extra.push_back(opt);
812 processParameterReqList(client, pu8ReqList, cReqList, extra);
814 return doReply(client, extra);
849 std::vector<RawOption> extra; local
853 extra.push_back(opt);
862 extra.push_back(opt);
864 processParameterReqList(client, pu8ReqList, cReqList, extra);
866 return doReply(client, extra);
891 std::vector<RawOption> extra; local
936 doReply(const Client& client, const std::vector<RawOption>& extra) argument
1096 processParameterReqList(const Client& client, const uint8_t *pu8ReqList, int cReqList, std::vector<RawOption>& extra) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c215 * @extra: extra informations
220 xmlCatalogErrMemory(const char *extra) argument
224 extra, NULL, NULL, 0, 0,
225 "Memory allocation failed : %s\n", extra);
233 * @extra: extra informations
H A Dencoding.c75 * @extra: extra informations
80 xmlEncodingErrMemory(const char *extra) argument
82 __xmlSimpleError(XML_FROM_I18N, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A Dxmlwriter.c852 * @...: extra parameters for the format
1272 * @...: extra parameters for the format
1398 * @...: extra parameters for the format
1943 * @...: extra parameters for the format
2038 * @...: extra parameters for the format
2146 * @...: extra parameters for the format
2241 * @...: extra parameters for the format
2498 * @...: extra parameters for the format
2712 * @...: extra parameters for the format
3021 * @...: extra parameter
4635 char extra[3]; local
[all...]
H A Dvalid.c48 * @extra: extra informations
53 xmlVErrMemory(xmlValidCtxtPtr ctxt, const char *extra) argument
71 if (extra)
74 XML_ERR_FATAL, NULL, 0, extra, NULL, NULL, 0, 0,
75 "Memory allocation failed : %s\n", extra);
87 * @extra: extra informations
93 const char *msg, const char *extra)
111 if (extra)
92 xmlErrValid(xmlValidCtxtPtr ctxt, xmlParserErrors error, const char *msg, const char *extra) argument
[all...]
H A DxmlIO.c240 * @extra: extra informations
245 xmlIOErrMemory(const char *extra) argument
247 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
254 * @extra: extra informations
259 __xmlIOErr(int domain, int code, const char *extra) argument
426 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
432 * @extra: extra information
437 xmlIOErr(int code, const char *extra) argument
[all...]
H A DHTMLparser.c69 * @extra: extra informations
74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) argument
84 if (extra)
86 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
88 "Memory allocation failed : %s\n", extra);
1008 * elements the parser can decide how to handle extra endtags.
H A Dtree.c63 * @extra: extra informations
68 xmlTreeErrMemory(const char *extra) argument
70 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
76 * @extra: extra informations
81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) argument
98 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
675 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed,
688 * XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra neede
[all...]
H A Dxmlregexp.c363 * @extra: extra information
368 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) argument
376 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
378 "Memory allocation failed : %s\n", extra);
383 * @extra: extra information
388 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) argument
399 XML_REGEXP_COMPILE_ERROR, XML_ERR_FATAL, NULL, 0, extra,
401 "failed to compile: %s\n", extra);
[all...]
H A Dxmlschemastypes.c92 unsigned int extra; member in struct:_xmlSchemaValDecimal
200 * @extra: extra informations
205 xmlSchemaTypeErrMemory(xmlNodePtr node, const char *extra) argument
207 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra);
H A Drelaxng.c429 * @extra: extra informations
434 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra) argument
448 if (extra)
451 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
453 "Memory allocation failed : %s\n", extra);
464 * @extra: extra informations
469 xmlRngVErrMemory(xmlRelaxNGValidCtxtPtr ctxt, const char *extra) argument
483 if (extra)
[all...]
H A Dxpath.c263 * @extra: extra informations
268 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) argument
271 if (extra) {
276 extra);
287 if (extra)
291 extra, NULL, NULL, 0, 0,
292 "Memory allocation failed : %s\n", extra);
305 * @extra: extra information
310 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) argument
[all...]
H A Dxmlschemas.c1862 * @extra: extra informations
1868 const char *extra, xmlNodePtr node)
1873 extra);
1882 * @str1: extra data
1883 * @str2: extra data
1915 * @str1: extra data
1916 * @str2: extra data
1937 * @strData1: extra data
1938 * @strData2: extra dat
1867 xmlSchemaPErrMemory(xmlSchemaParserCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
1989 xmlSchemaVErrMemory(xmlSchemaValidCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
[all...]
H A Dtestapi.c208 void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
15989 char * extra; /* extra informations */ local
15996 extra = gen_const_char_ptr(n_extra, 1);
15998 xmlErrMemory(ctxt, (const char *)extra);
16001 des_const_char_ptr(n_extra, (const char *)extra, 1);
21760 xmlChar * content; /* extra content */
21797 xmlChar * content; /* extra content */
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h466 unsigned short extra; /* extra data for XPath/XSLT */ member in struct:_xmlNode
/vbox/src/libs/libpng-1.2.8/
H A Dpngrutil.c2872 char extra; local
2875 png_ptr->zstream.next_out = (Byte *)&extra;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c196 You can load extra libraries by setting LIBS:
711 Void describe ARGS((char *description, char *extra));
723 Void f_define ARGS((char *desc, char *extra, char *sort, char *name,
725 Void i_define ARGS((char *desc, char *extra, char *sort, char *name,
727 Void u_define ARGS((char *desc, char *extra, char *sort, char *name,
1163 /* An extra goody: the approximate amount of data-space */
1235 describe(char *description, char *extra) argument
1239 printf(description, extra);
1246 char *extra,
1256 describe(desc, extra);
1244 i_define( char *desc, char *extra, char *sort, char *name, long val, long lim, long req, char *mark ) argument
1281 u_define( char *desc, char *extra, char *sort, char *name, ulong val, ulong req, char *mark ) argument
1302 f_define( char *desc, char *extra, char *sort, char *name, int precision, Long_double val, char *mark ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c140 The maximum overhead wastage (i.e., number of extra bytes
792 M_TOP_PAD is the amount of extra `padding' space to allocate or
3010 long extra; /* Amount to release */
3023 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz;
3025 if (extra > 0) {
3044 MORECORE(-extra);
3783 mchunkptr remainder; /* extra space at end of newp */
3946 /* If possible, free extra space in old or extended chunk */
3960 else { /* not enough extra to split off */
3982 /* Note the extra SIZE_S
3002 long extra; /* Amount to release */ local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h3216 int extra; member in struct:create_window_reply
4206 int extra; member in struct:create_class_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h3019 int extra; member in struct:create_window_reply
3919 int extra; member in struct:create_class_request
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 317 milliseconds

12