Home
last modified time | relevance | path

Searched refs:endTag (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dat_tok.c239 char* at_tok_getElementValue(const char *p_in, const char *beginTag, const char *endTag, char **rem… in at_tok_getElementValue() argument
247 if(p_in == NULL || beginTag == NULL || endTag == NULL) in at_tok_getElementValue()
252 end = strstr(p_in,endTag); in at_tok_getElementValue()
266 *remaining = end + strlen(endTag); in at_tok_getElementValue()
H A Dat_tok.h33 char* at_tok_getElementValue(const char *p_in, const char *beginTag, const char *endTag, char **rem…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp109 char* StrPair::ParseText( char* p, const char* endTag, int strFlags ) in ParseText() argument
111 TIXMLASSERT( endTag && *endTag ); in ParseText()
114 char endChar = *endTag; in ParseText()
115 size_t length = strlen( endTag ); in ParseText()
119 if ( *p == endChar && strncmp( p, endTag, length ) == 0 ) { in ParseText()
780 StrPair endTag; in ParseDeep() local
781 p = node->ParseDeep( p, &endTag ); in ParseDeep()
804 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()
808 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
812 else if ( !endTag.Empty() ) { in ParseDeep()
[all …]
H A Dtinyxml2.h144 char* ParseText( char* in, const char* endTag, int strFlags );
781 char* ParseDeep( char*, StrPair* endTag );
811 char* ParseDeep( char*, StrPair* endTag );
849 char* ParseDeep( char*, StrPair* endTag );
881 char* ParseDeep( char*, StrPair* endTag );
1262 char* ParseDeep( char* p, StrPair* endTag );