Searched refs:cmd_len (Results 1 – 1 of 1) sorted by relevance
220 size_t cmd_len = strlen(cmd); in imap_matchresp() local241 if(line + cmd_len <= end && strncasecompare(line, cmd, cmd_len) && in imap_matchresp()242 (line[cmd_len] == ' ' || line + cmd_len + 2 == end)) in imap_matchresp()
Completed in 6 milliseconds