Home
last modified time | relevance | path

Searched refs:h_base (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c61 char *h_base;
70 #define HDB2BASE(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_base)
1858 h->h_base = strdup(search_base); in hdb_ldap_common()
1859 if (h->h_url == NULL || h->h_base == NULL) { in hdb_ldap_common()
1869 create_base = h->h_base; in hdb_ldap_common()
58 char *h_base; global() member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c306 uint64_t h_base; member
597 xar->h_base = xar->offset; in read_toc()
987 if (xar->offset - xar->h_base != offset) { in move_reading_point()
991 step = offset - (xar->offset - xar->h_base); in move_reading_point()
998 int64_t pos = __archive_read_seek(a, xar->h_base + offset, SEEK_SET); in move_reading_point()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2219 HAL_NFCAL_BASE *h_base; in ar9300_get_nf_hist_base() local
2222 h_base = &chan->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2233 h_base = &chan->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2236 h_base = &AH_PRIVATE(ah)->nf_cal_hist.base; in ar9300_get_nf_hist_base()
2239 OS_MEMCPY(nf, h_base->priv_nf, sizeof(h_base->priv_nf)); in ar9300_get_nf_hist_base()