Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/
H A Dftrandom.c603 int dcnt = 0, ecnt = 0, rset = false, allexts = false; in main() local
629 if ( !rset ) in main()
631 rset = true; in main()
641 if ( !rset ) in main()
643 rset = true; in main()
/reactos/dll/win32/inetcomm/
H A Dpop3transport.c1006 static const char rset[] = "RSET\r\n"; in POP3Transport_CommandRSET() local
1012 InternetTransport_DoCommand(&This->InetTransport, rset, POP3Transport_CallbackRecvRSETResp); in POP3Transport_CommandRSET()