Home
last modified time | relevance | path

Searched refs:cmd_len (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dimap.c220 size_t cmd_len = strlen(cmd); in imap_matchresp() local
241 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