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

/haiku/src/system/libroot/posix/stdlib/
H A Dheapsort.c110 * XXX Don't break the #define SELECT line, below. Reiser cpp gets upset.
112 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ macro
179 SELECT(i, j, nmemb, t, p, size, k, cnt, tmp1, tmp2);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp334 fState = SELECT;
337 if (fState == SELECT) {
415 fState = SELECT;
430 SELECT, enumerator in enum:CheckMailboxesCommand::State
691 // (but only one), if this isn't the result of a SELECT

Completed in 15 milliseconds