Searched defs:already (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dprinter.c53 int already = 0; local
55 /* we need to know how many printers we've already set up
60 already++;
74 strcat(g_rdpdr_device[*id].name, l_to_a(already + count + 1, 10));
77 if ((already + count) == 0)
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmpwin.c170 /* already in single contiguous buffer */
285 struct pong *expected, *already; local
294 TAILQ_FOREACH(already, &pData->pongs_received, queue_entry)
296 if (already == pong)
299 Assert(!already);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c46 XPTCursor *new_cursor, PRBool *already);
114 struct XPTHashTable { /* it's already typedef'ed from before. */
407 PRBool already; local
410 already)
512 XPTCursor *new_cursor, PRBool *already)
516 *already = PR_FALSE;
526 *already = PR_TRUE;
534 *already = PR_TRUE;
538 /* haven't already found it, so allocate room for it. */
511 CheckForRepeat(XPTCursor *cursor, void **addrp, XPTPool pool, PRUint32 len, XPTCursor *new_cursor, PRBool *already) argument

Completed in 42 milliseconds