Lines Matching refs:key
48 void *key, uid_t uid, struct hashentry *const he, in addhstaiX() argument
68 dbg_log (_("Haven't found \"%s\" in hosts cache!"), (char *) key); in addhstaiX()
70 dbg_log (_("Reloading \"%s\" in hosts cache!"), (char *) key); in addhstaiX()
120 status[1] = DL_CALL_FCT (fct4, (key, &at, in addhstaiX()
208 status[0] = DL_CALL_FCT (fct, (key, AF_INET6, &th[0], in addhstaiX()
228 status[1] = DL_CALL_FCT (fct, (key, AF_INET, &th[1], in addhstaiX()
268 if (DL_CALL_FCT (cfct, (key, canonbuf.data, canonbuf.length, in addhstaiX()
274 canon = key; in addhstaiX()
319 canon = key; in addhstaiX()
378 key_copy = memcpy (cp, key, req->key_len); in addhstaiX()
485 key_copy = memcpy (dataset->strdata, key, req->key_len); in addhstaiX()
523 addhstai (struct database_dyn *db, int fd, request_header *req, void *key, in addhstai() argument
526 addhstaiX (db, fd, req, key, uid, NULL, NULL); in addhstai()
539 return addhstaiX (db, -1, &req, db->data + he->key, he->owner, he, dh); in readdhstai()