Home | History | Annotate | Download | only in libevent

Lines Matching refs:TAILQ_FIRST

87 	while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
415 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
421 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
426 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) {
430 while ((hook = TAILQ_FIRST(&pool->output_hooks)) != NULL) {
466 if (TAILQ_FIRST(&pool->requests) != NULL) {
468 TAILQ_FIRST(&pool->requests);
497 if (TAILQ_FIRST(&connection->requests) == NULL)
573 assert(TAILQ_FIRST(&pool->connections) != NULL);
636 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);