Searched refs:atcharsets (Results 1 – 1 of 1) sorted by relevance
290 static at_charset_map_t atcharsets[] = { variable426 for (i = 0; atcharsets[i].str != NULL; i++) { in at_charset2str()427 if (atcharsets[i].charset == charset) in at_charset2str()428 return atcharsets[i].str; in at_charset2str()2558 while (atcharsets[i].str && drvinst->charset == AT_CHAR_UNKNOWN) { in ReplyGetCharset()2559 if (strstr(buf.line2, atcharsets[i].str)) in ReplyGetCharset()2560 drvinst->charset = atcharsets[i].charset; in ReplyGetCharset()2568 while (atcharsets[i].str) { in ReplyGetCharset()2569 if (strstr(buf.line2, atcharsets[i].str)) in ReplyGetCharset()2570 drvinst->availcharsets |= atcharsets[i].charset; in ReplyGetCharset()