Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsmb.c380 struct smb_conn *smbc = &data->conn->proto.smbc; in conn_state() local
392 if(smbc->state != newstate) in conn_state()
394 (void *)smbc, names[smbc->state], names[newstate]); in conn_state()
397 smbc->state = newstate; in conn_state()
445 struct smb_conn *smbc = &conn->proto.smbc; in smb_connect() local
455 smbc->state = SMB_CONNECTING; in smb_connect()
456 smbc->recv_buf = malloc(MAX_MESSAGE_SIZE); in smb_connect()
457 if(!smbc->recv_buf) in smb_connect()
469 smbc->user = slash + 1; in smb_connect()
470 smbc->domain = strdup(conn->user); in smb_connect()
[all …]
Durldata.h1036 struct smb_conn smbc; member