Searched refs:cmdid (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/ |
D | ftpserver.pl | 1073 my $cmdid; 1088 sendcontrol "$cmdid BAD Command\r\n"; 1108 sendcontrol "$cmdid OK CAPABILITY completed\r\n"; 1122 sendcontrol "$cmdid BAD Command Argument\r\n"; 1125 sendcontrol "$cmdid NO LOGIN failed\r\n"; 1128 sendcontrol "$cmdid OK LOGIN completed\r\n"; 1141 sendcontrol "$cmdid BAD Command Argument\r\n"; 1152 sendcontrol "$cmdid OK [READ-WRITE] SELECT completed\r\n"; 1168 sendcontrol "$cmdid BAD Command received in Invalid state\r\n"; 1202 sendcontrol "$cmdid OK FETCH completed\r\n"; [all …]
|
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 131 int cmdid) in oma_dm_add_cmdid() argument 133 xml_node_create_text(ctx->xml, parent, NULL, "CmdID", int2str(cmdid)); in oma_dm_add_cmdid() 138 int cmdid, int data) in add_alert() argument 145 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert() 153 int msgref, int cmdref, int cmdid, in add_status() argument 161 oma_dm_add_cmdid(ctx, node, cmdid); in add_status() 178 int msgref, int cmdref, int cmdid, in add_results() argument 187 oma_dm_add_cmdid(ctx, node, cmdid); in add_results() 237 int cmdid) in add_replace_devinfo() argument 254 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo() [all …]
|
/external/curl/lib/ |
D | imap.h | 76 int cmdid; /* Last used command ID */ member
|
D | imap.c | 1765 imapc->cmdid = (imapc->cmdid + 1) % 1000; in imap_sendf() 1769 'A' + curlx_sltosi(conn->connection_id % 26), imapc->cmdid); in imap_sendf()
|