Searched refs:dbif_get (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/cnid_dbd/
H A Ddbd_getstamp.c39 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbd_get.c46 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &data, 0)) < 0) {
H A Ddbd_resolve.c37 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbif.h99 extern int dbif_get(DBD *, const int, DBT *, DBT *, u_int32_t);
H A Ddbd_rebuild_add.c58 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) <= 0) {
H A Ddbd_add.c90 if ((rc = dbif_get(dbd, DBIF_CNID, &rootinfo_key, &rootinfo_data, 0)) != 1) {
115 rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0);
H A Ddbd_lookup.c160 if ((rc = dbif_get(dbd, DBIF_IDX_DEVINO, &key, &devdata, 0)) < 0) {
178 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &diddata, 0)) < 0) {
H A Ddbif.c146 switch (dbif_get(dbd, DBIF_CNID, &key, &data, 0)) {
188 if ((ret = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) == -1)
195 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) == -1)
790 * All three return -1 on error. dbif_get()/dbif_del return 1 if the key was found and 0
798 int dbif_get(DBD *dbd, const int dbi, DBT *key, DBT *val, u_int32_t flags) function
1087 if ((rc = dbif_get(srcdbd, DBIF_CNID, &key, &data, 0)) <= 0) {
H A Dmain.c258 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) <= 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/cnid_dbd/
H A Ddbd_getstamp.c39 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbd_get.c46 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &data, 0)) < 0) {
H A Ddbd_resolve.c37 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbif.h99 extern int dbif_get(DBD *, const int, DBT *, DBT *, u_int32_t);
H A Ddbd_rebuild_add.c58 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) <= 0) {
H A Ddbd_add.c90 if ((rc = dbif_get(dbd, DBIF_CNID, &rootinfo_key, &rootinfo_data, 0)) != 1) {
115 rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0);
H A Ddbd_lookup.c160 if ((rc = dbif_get(dbd, DBIF_IDX_DEVINO, &key, &devdata, 0)) < 0) {
178 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &diddata, 0)) < 0) {
H A Ddbif.c146 switch (dbif_get(dbd, DBIF_CNID, &key, &data, 0)) {
188 if ((ret = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) == -1)
195 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) == -1)
790 * All three return -1 on error. dbif_get()/dbif_del return 1 if the key was found and 0
798 int dbif_get(DBD *dbd, const int dbi, DBT *key, DBT *val, u_int32_t flags) function
1087 if ((rc = dbif_get(srcdbd, DBIF_CNID, &key, &data, 0)) <= 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/cnid_dbd/
H A Ddbd_getstamp.c39 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbd_get.c46 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &data, 0)) < 0) {
H A Ddbd_resolve.c37 if ((rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) < 0) {
H A Ddbif.h99 extern int dbif_get(DBD *, const int, DBT *, DBT *, u_int32_t);
H A Ddbd_rebuild_add.c58 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) <= 0) {
H A Ddbd_add.c90 if ((rc = dbif_get(dbd, DBIF_CNID, &rootinfo_key, &rootinfo_data, 0)) != 1) {
115 rc = dbif_get(dbd, DBIF_CNID, &key, &data, 0);
H A Ddbd_lookup.c160 if ((rc = dbif_get(dbd, DBIF_IDX_DEVINO, &key, &devdata, 0)) < 0) {
178 if ((rc = dbif_get(dbd, DBIF_IDX_DIDNAME, &key, &diddata, 0)) < 0) {
H A Ddbif.c146 switch (dbif_get(dbd, DBIF_CNID, &key, &data, 0)) {
188 if ((ret = dbif_get(dbd, DBIF_CNID, &key, &data, 0)) == -1)
195 if (dbif_get(dbd, DBIF_CNID, &key, &data, 0) == -1)
790 * All three return -1 on error. dbif_get()/dbif_del return 1 if the key was found and 0
798 int dbif_get(DBD *dbd, const int dbi, DBT *key, DBT *val, u_int32_t flags) function
1087 if ((rc = dbif_get(srcdbd, DBIF_CNID, &key, &data, 0)) <= 0) {

Completed in 86 milliseconds

12