Searched refs:extra (Results 51 - 75 of 102) sorted by relevance

12345

/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c101 * @extra: extra informations
106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) argument
116 if (extra)
118 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
120 "Memory allocation failed : %s\n", extra);
H A Dxmlsave.c100 * @extra: extra informations
105 xmlSaveErrMemory(const char *extra) argument
107 __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra);
114 * @extra: extra informations
119 xmlSaveErr(int code, xmlNodePtr node, const char *extra) argument
139 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
H A Dentities.c67 * @extra: extra informations
72 xmlEntitiesErrMemory(const char *extra) argument
74 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A DdebugXML.c168 xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra) argument
175 msg, extra);
178 xmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra) argument
185 msg, extra);
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h115 int xflags; /* extra flags (not used when writing a gzip file) */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
119 uInt extra_max; /* space at extra (only when reading header) */
551 file name, no extra data, no comment, no modification time (set to zero), no
748 deflate(). The text, time, os, extra field, name, and comment information
750 ignored -- the extra flags are set according to the compression level). The
752 a zero byte, and that if extra i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm144 ; We need to determine if any extra data was pushed by the exception
H A DAsmFuncs.S173 # We need to determine if any extra data was pushed by the exception
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h825 int *size, int *offset, int *extra);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h823 int *size, int *offset, int *extra);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86str.h1040 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86str.h1040 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86str.h1032 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86str.h1013 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h844 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h831 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86str.h830 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86str.h1036 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86str.h824 int *size, int *offset, int *extra);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86str.h824 int *size, int *offset, int *extra);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86str.h824 int *size, int *offset, int *extra);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm232 ;; We need to determine if any extra data was pushed by the exception, and if so, save it
253 ;; If there's some extra data, save it also, and modify the saved AppEsp to effectively
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm260 ;; We need to determine if any extra data was pushed by the exception, and if so, save it
283 ;; If there's some extra data, save it also, and modify the saved AppRsp to effectively
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86str.h924 int *extra
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86str.h1010 int *extra
/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...]

Completed in 172 milliseconds

12345