Home
last modified time | relevance | path

Searched refs:beginTag (Results 1 – 2 of 2) 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()
250 start = strstr(p_in, beginTag); in at_tok_getElementValue()
255 n = strlen(beginTag); 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…