Searched refs:newrec (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddhcp.c220 goto newrec;
237 newrec:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c396 struct list_struct rec, lastrec, newrec; local
428 newrec.rec_len = rec.rec_len - (sizeof(rec) + length);
429 newrec.next = rec.next;
430 newrec.magic = TDB_FREE_MAGIC;
435 if (rec_write(tdb, rec.next, &newrec) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c1502 void *newrec; local
1563 DUP_SIZE(newsize), &newrec)) != 0)
1569 p = newrec;
1607 (u_int8_t *)newrec + sizeof(db_indx_t);
1611 __os_free(env, newrec);
1616 tmp_val2.data = newrec;
1622 __os_free(env, newrec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c874 struct list_struct newrec; local
876 memset(&newrec, '\0', sizeof(newrec));
903 newrec.rec_len = rec->rec_len
932 if (tdb_free(tdb, newrec_ptr, &newrec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c842 struct list_struct newrec; local
844 memset(&newrec, '\0', sizeof(newrec));
871 newrec.rec_len = rec->rec_len
900 if (tdb_free(tdb, newrec_ptr, &newrec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c2794 __db_buildpartial(dbp, oldrec, partial, newrec)
2796 DBT *oldrec, *partial, *newrec;
2807 memset(newrec, 0, sizeof(DBT));
2810 newrec->size = nbytes;
2814 newrec->data = buf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c849 struct list_struct newrec; local
876 newrec.rec_len = rec->rec_len
905 if (tdb_free(tdb, newrec_ptr, &newrec) == -1)

Completed in 190 milliseconds