Lines Matching defs:add
172 #define add 3 /* add a single piece of data */
184 * checkOp is used to verify that only one operation (list, del, add,
205 * for the add operation, and thus it isn't allowed.
214 * I.E. passing the "b" bare_list parameter makes no sense for the add
236 char *a_data = NULL; /*%< data in add operation */
244 isc_buffer_t lex_buffer; /*%< buffer for lexer during add operation */
493 * The insert_data function is used by both the add, and bulk insert
575 /* add string terminator to buffer */
579 /* add string terminator to buffer */
599 /* add string terminator to buffer */
634 fprintf(stderr, "Unknown error processing tokens during \"add\" or " \
767 /*% Perform add operation */
771 /* check for any parameters that are not allowed during add */
772 checkInvalidParam(key, "k", "for add operation");
773 checkInvalidParam(zone, "z", "for add operation");
774 checkInvalidParam(host, "h", "for add operation");
775 checkInvalidParam(c_zone, "c", "for add operation");
776 checkInvalidParam(c_ip, "i", "for add operation");
778 "for add operation");
794 /*common logic for "add" & "bulk" operations are handled by insert_data */
826 /* common logic for "add" & "bulk" operations are handled by insert_data */
954 /* that way later when add cursors to the join list */
1007 /* add cursor to cursor list for later use in join */
1034 /* add cursor to cursor list for later use in join */
1170 operation = add;
1257 case add: