Lines Matching defs:add
163 #define add 3 /* add a single piece of data */
175 * checkOp is used to verify that only one operation (list, del, add,
196 * for the add operation, and thus it isn't allowed.
205 * I.E. passing the "b" bare_list parameter makes no sense for the add
227 char *a_data = NULL; /*%< data in add operation */
235 isc_buffer_t lex_buffer; /*%< buffer for lexer during add operation */
484 * The insert_data function is used by both the add, and bulk insert
566 /* add string terminator to buffer */
570 /* add string terminator to buffer */
590 /* add string terminator to buffer */
625 fprintf(stderr, "Unknown error processing tokens during \"add\" or " \
758 /*% Perform add operation */
762 /* check for any parameters that are not allowed during add */
763 checkInvalidParam(key, "k", "for add operation");
764 checkInvalidParam(zone, "z", "for add operation");
765 checkInvalidParam(host, "h", "for add operation");
766 checkInvalidParam(c_zone, "c", "for add operation");
767 checkInvalidParam(c_ip, "i", "for add operation");
769 "for add operation");
785 /*common logic for "add" & "bulk" operations are handled by insert_data */
817 /* common logic for "add" & "bulk" operations are handled by insert_data */
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 */
1161 operation = add;
1248 case add: