Lines Matching refs:tmp
2386 struct mbof_dn *save, *tmp;2398 tmp = del_ctx->history;2399 while (tmp->next) tmp = tmp->next;2400 tmp->next = save;2417 for (tmp = del_ctx->history; tmp; tmp = tmp->next) {2418 if (ldb_dn_compare(tmp->dn, cop->entry_dn) == 0) {2422 if (tmp == NULL) {