Searched refs:beginTag (Results 1 – 2 of 2) sorted by relevance
239 char* at_tok_getElementValue(const char *p_in, const char *beginTag, const char *endTag, char **rem… in at_tok_getElementValue() argument247 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()
33 char* at_tok_getElementValue(const char *p_in, const char *beginTag, const char *endTag, char **rem…