Searched defs:conns (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet_internals.h50 CRConnection **conns; member in struct:__anon16260
H A Dfilenet.c49 CRConnection **conns; member in struct:__anon16257
227 CRConnection *conn = cr_file.conns[i];
303 cr_file.conns = NULL;
342 crMemcpy( cr_file.conns + conn->index, cr_file.conns + conn->index+1,
343 (cr_file.num_conns - conn->index - 1)*sizeof(*(cr_file.conns)) );
371 n_bytes = ( cr_file.num_conns + 1 ) * sizeof(*cr_file.conns);
372 crRealloc( (void **) &cr_file.conns, n_bytes );
374 cr_file.conns[cr_file.num_conns++] = conn;
382 return cr_file.conns;
[all...]
H A Dvboxhgsmi.c164 CRConnection **conns; member in struct:__anon16265
1348 g_crvboxhgsmi.conns[conn->index] = g_crvboxhgsmi.conns[g_crvboxhgsmi.num_conns];
1349 g_crvboxhgsmi.conns[conn->index]->index = conn->index;
1351 else g_crvboxhgsmi.conns[conn->index] = NULL;
1394 if (g_crvboxhgsmi.conns[i] && g_crvboxhgsmi.conns[i]->type != CR_NO_CONNECTION)
1511 g_crvboxhgsmi.conns = NULL;
1555 crNetDisconnect(g_crvboxhgsmi.conns[0]);
1570 crFree(g_crvboxhgsmi.conns);
[all...]
H A Dvboxhgcm.c173 CRConnection **conns; member in struct:__anon16261
1511 g_crvboxhgcm.conns[conn->index] = g_crvboxhgcm.conns[g_crvboxhgcm.num_conns];
1512 g_crvboxhgcm.conns[conn->index]->index = conn->index;
1514 else g_crvboxhgcm.conns[conn->index] = NULL;
1520 if (g_crvboxhgcm.conns[i] && g_crvboxhgcm.conns[i]->type != CR_NO_CONNECTION)
2383 g_crvboxhgcm.conns = NULL;
2448 crNetDisconnect(g_crvboxhgcm.conns[0]);
2464 crFree(g_crvboxhgcm.conns);
[all...]

Completed in 57 milliseconds