Searched refs:IPC_CLIENT_WINDOW_NAME_MAXLEN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcConfig.h58 #define IPC_CLIENT_WINDOW_NAME_MAXLEN (sizeof(IPC_CLIENT_WINDOW_NAME_PREFIX) + 20) macro
61 // IPC_CLIENT_WINDOW_NAME_MAXLEN bytes in length.
64 PR_snprintf(buf, IPC_CLIENT_WINDOW_NAME_MAXLEN, "%s%u",
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdWin.cpp111 char wName[IPC_CLIENT_WINDOW_NAME_MAXLEN];

Completed in 565 milliseconds