Lines Matching full:pos2
668 char *pos, *pos2;
676 pos2 = os_strstr(pos, "</Base64>");
677 if (pos2 == NULL)
679 *pos2 = '\0';
683 *pos2 = '<';
781 char *buf, *start, *end, *pos, *pos2, *payload;
914 pos2 = os_strstr(pos, "</XML>");
915 if (pos2 == NULL) {
920 xmlend = pos2;
963 char *pos, *pos2;
988 pos2 = pos;
989 while (pos2 < end && *pos2 != '"')
990 pos2++;
991 if (pos2 >= end) {
997 *pos2 = '\0';
1001 pos = pos2 + 1;