Lines Matching refs:qold
1437 db_query qbuf, **qold; in storeLDAP() local
1448 qold = (db_query **)am(myself, sizeof (qold[0])); in storeLDAP()
1450 qold = 0; in storeLDAP()
1452 if (rv == 0 || qa == 0 || (oldObj != 0 && qold == 0)) { in storeLDAP()
1455 sfree(qold); in storeLDAP()
1474 sfree(qold); in storeLDAP()
1478 qold[0] = pseudoEntryObj2Query(oldObj, t->obj, 0); in storeLDAP()
1479 if (qold[0] == 0) { in storeLDAP()
1487 sfree(qold); in storeLDAP()
1529 if (qold != 0) in storeLDAP()
1530 qoldt = (db_query **)realloc(qold, in storeLDAP()
1531 (nq+count) * sizeof (qold[0])); in storeLDAP()
1532 if (rvt == 0 || qat == 0 || (qold != 0 && qoldt == 0)) { in storeLDAP()
1541 if (qold != 0) { in storeLDAP()
1543 freeQueries(qold, 1); in storeLDAP()
1560 if (qold != 0) { in storeLDAP()
1561 qold = qoldt; in storeLDAP()
1562 (void) memset(&qold[nq], 0, in storeLDAP()
1563 count * sizeof (qold[0])); in storeLDAP()
1575 freeQueries(qold, 1); in storeLDAP()
1581 if (qold != 0) in storeLDAP()
1582 qold[nq] = qa[nq]; in storeLDAP()
1590 stat = mapToLDAP(t, nq, (qold != 0 ? qold : qa), qa, rv, 1, in storeLDAP()
1596 freeQueries(qold, 1); in storeLDAP()