TAILQ_FIRST       302 third_party/libevent/compat/sys/queue.h 	(TAILQ_FIRST(head) == TAILQ_END(head))
TAILQ_FIRST       305 third_party/libevent/compat/sys/queue.h 	for((var) = TAILQ_FIRST(head);					\
TAILQ_FIRST        79 third_party/libevent/event-internal.h 	for((var) = TAILQ_FIRST(head);					\
TAILQ_FIRST       220 third_party/libevent/event.c 	for (ev = TAILQ_FIRST(&base->eventqueue); ev; ) {
TAILQ_FIRST       234 third_party/libevent/event.c 		for (ev = TAILQ_FIRST(base->activequeues[i]); ev; ) {
TAILQ_FIRST       365 third_party/libevent/event.c 		if (TAILQ_FIRST(base->activequeues[i]) != NULL) {
TAILQ_FIRST       373 third_party/libevent/event.c 	for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) {
TAILQ_FIRST        87 third_party/libevent/evrpc.c 	while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
TAILQ_FIRST        90 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
TAILQ_FIRST        93 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
TAILQ_FIRST       415 third_party/libevent/evrpc.c 	while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
TAILQ_FIRST       421 third_party/libevent/evrpc.c 	while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
TAILQ_FIRST       426 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) {
TAILQ_FIRST       430 third_party/libevent/evrpc.c 	while ((hook = TAILQ_FIRST(&pool->output_hooks)) != NULL) {
TAILQ_FIRST       466 third_party/libevent/evrpc.c 	if (TAILQ_FIRST(&pool->requests) != NULL) {
TAILQ_FIRST       468 third_party/libevent/evrpc.c 		    TAILQ_FIRST(&pool->requests);
TAILQ_FIRST       497 third_party/libevent/evrpc.c 		if (TAILQ_FIRST(&connection->requests) == NULL)
TAILQ_FIRST       573 third_party/libevent/evrpc.c 	assert(TAILQ_FIRST(&pool->connections) != NULL);
TAILQ_FIRST       636 third_party/libevent/evrpc.c 	struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);
TAILQ_FIRST       634 third_party/libevent/http.c 	struct evhttp_request* req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST       666 third_party/libevent/http.c 	if (TAILQ_FIRST(&evcon->requests) != NULL)
TAILQ_FIRST       719 third_party/libevent/http.c 	struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST       738 third_party/libevent/http.c 		if (TAILQ_FIRST(&evcon->requests) != NULL) {
TAILQ_FIRST       913 third_party/libevent/http.c 	struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST       967 third_party/libevent/http.c 	struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST       994 third_party/libevent/http.c 	while ((req = TAILQ_FIRST(&evcon->requests)) != NULL) {
TAILQ_FIRST      1050 third_party/libevent/http.c 	struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST      1185 third_party/libevent/http.c 	while (TAILQ_FIRST(&evcon->requests) != NULL) {
TAILQ_FIRST      1186 third_party/libevent/http.c 		struct evhttp_request *request = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST      1326 third_party/libevent/http.c 	for (header = TAILQ_FIRST(headers);
TAILQ_FIRST      1328 third_party/libevent/http.c 	    header = TAILQ_FIRST(headers)) {
TAILQ_FIRST      1832 third_party/libevent/http.c 	if (TAILQ_FIRST(&evcon->requests) == req)
TAILQ_FIRST      1860 third_party/libevent/http.c 	struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
TAILQ_FIRST      1921 third_party/libevent/http.c 	assert(TAILQ_FIRST(&evcon->requests) == req);
TAILQ_FIRST      2359 third_party/libevent/http.c 	while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) {
TAILQ_FIRST      2369 third_party/libevent/http.c 	while ((evcon = TAILQ_FIRST(&http->connections)) != NULL) {
TAILQ_FIRST      2374 third_party/libevent/http.c 	while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) {
TAILQ_FIRST       325 third_party/libevent/signal.c 		for (ev = TAILQ_FIRST(&sig->evsigevents[i]);
TAILQ_FIRST       951 third_party/libevent/test/regress_http.c 	if (TAILQ_FIRST(&http->connections) != NULL) {