Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsmb.c192 struct smb_conn *smbc = &data->conn->proto.smbc; in conn_state() local
204 if(smbc->state != newstate) in conn_state()
206 (void *)smbc, names[smbc->state], names[newstate]); in conn_state()
209 smbc->state = newstate; in conn_state()
257 struct smb_conn *smbc = &conn->proto.smbc; in smb_connect() local
267 smbc->state = SMB_CONNECTING; in smb_connect()
268 smbc->recv_buf = malloc(MAX_MESSAGE_SIZE); in smb_connect()
269 if(!smbc->recv_buf) in smb_connect()
281 smbc->user = slash + 1; in smb_connect()
282 smbc->domain = strdup(conn->user); in smb_connect()
[all …]
Durldata.h1099 struct smb_conn smbc; member