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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c533 log_age_unparse( int age, struct berval *agebv, size_t size ) argument
548 ptr = agebv->bv_val;
567 agebv->bv_len = ptr - agebv->bv_val;
741 struct berval agebv, cyclebv; local
770 agebv.bv_val = agebuf;
771 log_age_unparse( li->li_age, &agebv, sizeof( agebuf ) );
772 agebv.bv_val[agebv.bv_len] = ' ';
773 agebv
[all...]

Completed in 141 milliseconds