Searched refs:XML_Parse (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c74 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
160 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
182 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
191 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
200 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
232 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
249 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
333 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
360 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
375 if ( XML_Parse(parse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/examples/
H A Delements.c55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
H A Doutline.c94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c90 if (!XML_Parse (parser, XMLBufPtr, parseBufferSize, isFinal)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/inline4/
H A Dexpat.h33 #define XML_Parse(parser, s, len, isFinal) IExpat->XML_Parse(parser, s, len, isFinal) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-glade.c271 #define XML_Parse (*p_XML_Parse) macro
344 dlsym (handle, "XML_Parse")) != NULL
610 if (XML_Parse (parser, buf, count, 0) == 0)
617 if (XML_Parse (parser, NULL, 0, 1) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlfile.c82 if (XML_Parse(parser, (const char *)data, (int)size, 1) == XML_STATUS_ERROR) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/interfaces/
H A Dexpat.h36 enum XML_Status APICALL (*XML_Parse)(struct ExpatIFace *Self, XML_Parser parser, const char * s, int len, int isFinal); member in struct:ExpatIFace
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/include/libraries/
H A Dexpat.h429 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dexpat.h662 Note: Calling XML_SetReturnNSTriplet after XML_Parse or
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
746 detected. The last call to XML_Parse must have isFinal true; len
755 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
781 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
799 status codes as XML_Parse() or XML_ParseBuffer().
826 XXX XML_Parse() an
[all...]
H A Dxmlparse.c169 memory area which stores the name. During the XML_Parse()/
173 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
922 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
1153 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1166 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1418 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1430 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) function
3467 /* we know now that XML_Parse(Buffer) has been called,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dexpat_vectors.c209 return XML_Parse(parser, s, len, isFinal);

Completed in 168 milliseconds