Searched refs:extra (Results 76 - 100 of 102) sorted by relevance

12345

/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c303 head.extra = out;
606 try("ed c0 1 1 0 0 0 40 20 ff 57 1b 42 2c 4f", "length extra", 0);
608 "long distance and extra", 0);
644 " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
646 " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258,
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm100 %if 1 ; Use this to eat of some extra stack - handy for finding paths using lots of stack.
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c170 * @extra: extra informations
175 xmlHTTPErrMemory(const char *extra) argument
177 __xmlSimpleError(XML_FROM_HTTP, XML_ERR_NO_MEMORY, NULL, NULL, extra);
1258 * @headers: the extra headers
1262 * via HTTP using the given @method, adding the given extra headers
1515 * @headers: the extra headers
1519 * via HTTP using the given @method, adding the given extra headers
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 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 Dnanoftp.c168 * @extra: extra informations
173 xmlFTPErrMemory(const char *extra) argument
175 __xmlSimpleError(XML_FROM_FTP, XML_ERR_NO_MEMORY, NULL, NULL, extra);
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 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 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 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 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 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 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 Dconfigure2201 extra=`grep ChangeLog CVS/Entries | grep -v LIBXML | sed -e s\%/ChangeLog/1\.%% -e s\%/.*$%%`
2202 echo extra=$extra
2203 if test "$extra" != ""
2205 LIBXML_VERSION_EXTRA="-CVS$extra"
2208 extra=`svn info | grep Revision | sed 's+Revision: ++'`
2209 echo extra=$extra
2210 if test "$extra" != ""
2212 LIBXML_VERSION_EXTRA="-SVN$extra"
[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/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm666 ; Check that the multiplicand isn't empty (avoids an extra jump in the inner loop).
/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/Additions/os2/VBoxSF/
H A DVBoxSFA.asm1137 VBOXSF_TO_32 FS_READ, 6*4 ; extra local for ULONG cbDataTmp.
1214 VBOXSF_TO_32 FS_WRITE, 6*4 ; extra local for ULONG cbDataTmp.
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h885 CARD16 extra B16;
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h884 CARD16 extra B16;
/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/VMM/VMMR3/
H A DPATMA.asm168 ; Emit a fixup with extra info.
170 ; @param %2 The extra fixup info.

Completed in 736 milliseconds

12345