Lines Matching defs:list
151 DBC *cursor2; /* second cursor used during list operation. */
152 DBC *cursor3; /* third cursor used during list operation */
153 DBC *cursor4; /* fourth cursor used during list operation */
161 #define list 1 /* list data */
175 * checkOp is used to verify that only one operation (list, del, add,
218 char *key = NULL; /*%< key to use in list & del operations */
222 unsigned int key_val; /*%< key as unsigned int used in list & del operations */
223 char *zone = NULL; /*%< zone to use in list operations */
224 char *host = NULL; /*%< host to use in list operations */
225 char *c_zone = NULL; /*%< client zone to use in list operations */
226 char *c_ip = NULL; /*%< client IP to use in list operations */
895 * else list data
917 checkInvalidParam(c_zone, "c", "for list when k, z or h are specified");
918 checkInvalidParam(c_ip, "i", "for list when k, z, or h are specified");
920 "for list when k, z, or h are specified");
922 "for list operation");
925 "for list when c or i are specified");
927 "for list operation");
945 /* that way later when add cursors to the join list */
998 /* add cursor to cursor list for later use in join */
1025 /* add cursor to cursor list for later use in join */
1047 /* loop and list all results. */
1122 fprintf(stderr, "Unexpected error during list operation " \
1153 operation = list;
1199 operation = list;
1242 case list: