#include <config.h>#include <atf-c.h>#include <unistd.h>#include <time.h>#include <isc/queue.h>#include "isctest.h"Go to the source code of this file.
Data Structures | |
| struct | item |
Typedefs | |
| typedef struct item | item_t |
Functions | |
| typedef | ISC_QUEUE (item_t) |
| ATF_TC (queue_valid) | |
| ATF_TC_HEAD (queue_valid, tc) | |
| ATF_TC_BODY (queue_valid, tc) | |
| ATF_TP_ADD_TCS (tp) | |
Definition in file queue_test.c.
Definition at line 32 of file queue_test.c.
| typedef ISC_QUEUE | ( | item_t | ) |
| ATF_TC | ( | queue_valid | ) |
| ATF_TC_HEAD | ( | queue_valid | , | |
| tc | ||||
| ) |
Definition at line 52 of file queue_test.c.
| ATF_TC_BODY | ( | queue_valid | , | |
| tc | ||||
| ) |
Definition at line 55 of file queue_test.c.
References ISC_QLINK_LINKED, ISC_QUEUE_DESTROY, ISC_QUEUE_EMPTY, ISC_QUEUE_INIT, ISC_QUEUE_POP, ISC_QUEUE_PUSH, ISC_QUEUE_UNLINK, ISC_R_SUCCESS, isc_test_begin(), isc_test_end(), ISC_TRUE, UNUSED, and item::value.
| ATF_TP_ADD_TCS | ( | tp | ) |
Definition at line 139 of file queue_test.c.