byOffset          622 source3/lib/ldb/include/ldb.h 		} byOffset;
byOffset          290 source3/lib/ldb/tools/cmdline.c 				control->match.byOffset.offset = os;
byOffset          291 source3/lib/ldb/tools/cmdline.c 				control->match.byOffset.contentCount = cc;
byOffset          213 source4/lib/ldb/common/ldb_controls.c 				control->match.byOffset.offset = os;
byOffset          214 source4/lib/ldb/common/ldb_controls.c 				control->match.byOffset.contentCount = cc;
byOffset          636 source4/lib/ldb/include/ldb.h 		} byOffset;
byOffset          517 source4/libcli/ldap/ldap_controls.c 		if (!asn1_read_Integer(data, &(lvrc->match.byOffset.offset))) {
byOffset          521 source4/libcli/ldap/ldap_controls.c 		if (!asn1_read_Integer(data, &(lvrc->match.byOffset.contentCount))) {
byOffset         1005 source4/libcli/ldap/ldap_controls.c 		if (!asn1_write_Integer(data, lvrc->match.byOffset.offset)) {
byOffset         1009 source4/libcli/ldap/ldap_controls.c 		if (!asn1_write_Integer(data, lvrc->match.byOffset.contentCount)) {