Lines Matching refs:previous
171 entry_object *content, db_next_desc* previous) in exec_action() argument
231 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
259 if (previous && previous->db_next_desc_val) { in exec_action()
260 delete previous->db_next_desc_val; in exec_action()
261 previous->db_next_desc_len = 0; in exec_action()
262 previous->db_next_desc_val = NULL; in exec_action()
279 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
283 if (previous->db_next_desc_val) { in exec_action()
284 delete previous->db_next_desc_val; in exec_action()
285 previous->db_next_desc_len = 0; in exec_action()
286 previous->db_next_desc_val = NULL; in exec_action()
291 if (previous->db_next_desc_val) { in exec_action()
292 delete previous->db_next_desc_val; in exec_action()
293 previous->db_next_desc_len = 0; in exec_action()
294 previous->db_next_desc_val = NULL; in exec_action()
395 entry_object *content, db_next_desc* previous) in execute() argument
406 res = exec_action(action, query, content, previous); in execute()
414 res = exec_action(DB_ADD, query, content, previous); in execute()