Searched refs:parsed (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestURI.c26 xmlChar *res = NULL, *parsed = NULL; local
50 parsed = xmlSaveUri(uri);
51 res = xmlURIEscape(parsed);
69 if (parsed != NULL)
70 xmlFree(parsed);
H A Druntest.c962 * An entity definition has been parsed
989 * An attribute definition has been parsed
1015 * An element definition has been parsed
1035 * What to do when a notation declaration has been parsed.
1056 * What to do when an unparsed entity declaration is parsed
1241 * A processing instruction has been parsed.
1264 * called when a pcdata block has been parsed
1281 * A comment has been parsed.
2845 int parsed; local
2859 parsed
[all...]
H A Dxmlschemas.c332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
402 int parsed; member in struct:_xmlSchemaBucket
434 int parsed; member in struct:_xmlSchemaImport
457 int parsed; member in struct:_xmlSchemaInclude
4775 * Note that we try the parsed schemas as well here
4776 * since one might have parsed the S4S, which contain more
8187 * Returns the parsed identity-constraint definition.
8284 * Returns the parsed identity-constraint definition.
9996 * Returns a schema bucket if it was already parsed.
9998 * Returns a schema bucket if it was already parsed fro
[all...]
H A DHTMLparser.c214 * CUR_PTR return the current pointer to the xmlChar to be parsed.
2194 * Returns the Tag Name parsed or NULL
2227 * Returns the Tag Name parsed or NULL
2256 * Returns the Name parsed or NULL
2336 * Returns the attribute parsed or NULL
2526 * Returns the AttValue parsed or NULL.
2570 * Returns the SystemLiteral parsed or NULL
2618 * Returns the PubidLiteral parsed or NULL.
3094 * Returns the value parsed (as an int)
4316 * Free all the memory used by a parser context. However the parsed
[all...]
H A Dparser.c97 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
128 * amount of parsed data and over the large text threshold
160 * use the number of parsed entities in the replacement
165 * The amount of data parsed counting entities size only once
422 errmsg = "external parsed entities cannot be standalone\n";
1612 * CUR_PTR return the current pointer to the xmlChar to be parsed.
1861 * Returns the value parsed (as an int), 0 in case of error
1965 * Returns the value parsed (as an int), 0 in case of error, str will be
2098 * A parsed entity must not contain a recursive
2346 * we are operating on already parsed value
[all...]
H A Dxpath.c2650 * CUR_PTR return the current pointer to the xmlChar to be parsed.
10441 * Returns the Name parsed or NULL
10524 * maintain parsed token content through the recursive function
/vbox/src/VBox/Main/src-server/
H A DMatching.cpp111 size_t parsed = endptr - aFilter; local
113 // return parsed if not able to parse to the end
114 if (parsed != aEnd)
115 return parsed;
127 return parsed;
/vbox/src/VBox/Main/include/
H A DMatching.h114 * Represents a parsed interval filter.
206 size_t parsed = aEnd; local
209 parsed = Base::parseValue (aFilter, aStart, aEnd,
212 if (parsed != aEnd)
215 mErrorPosition = parsed;
351 * Represents a parsed regexp filter.
465 * Inherits from the given parsed filter class and keeps the string used to
468 * @param F parsed filter class
478 * Creates a new parsed filter from the given filter string.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jar ... headers private volatile String contentId private String contentType volatile boolean parsed final org.jvnet.mimepull.MIMEMessage msg private ...
H A Dresolver.jar ... .URL aUrl java.io.DataInputStream inStream boolean parsed protected synchronized void parsePendingCatalogs () throws java.net.MalformedURLException ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py145 def setSchema(self, schemaFileName, parsed):
149 self.schemaParsed = parsed
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmldom.idl191 HRESULT parsed( [out,retval] VARIANT_BOOL *isParsed );
H A Dmsxml2.idl474 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
H A Dmsxml6.idl395 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldom.idl185 HRESULT parsed( [out,retval] VARIANT_BOOL *isParsed );
H A Dmsxml2.idl384 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_input.c448 optp = NULL; / * we have parsed the options * /
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm1415 ; Repeated REX is parsed, but only the last byte matters.

Completed in 538 milliseconds