num_attrib_handlers 45 source3/lib/ldb/common/ldb_attributes.c ldb->schema.num_attrib_handlers + num_handlers);
num_attrib_handlers 51 source3/lib/ldb/common/ldb_attributes.c memcpy(h + ldb->schema.num_attrib_handlers,
num_attrib_handlers 54 source3/lib/ldb/common/ldb_attributes.c if (h[ldb->schema.num_attrib_handlers+i].flags & LDB_ATTR_FLAG_ALLOCATED) {
num_attrib_handlers 55 source3/lib/ldb/common/ldb_attributes.c h[ldb->schema.num_attrib_handlers+i].attr = talloc_strdup(ldb->schema.attrib_handlers,
num_attrib_handlers 56 source3/lib/ldb/common/ldb_attributes.c h[ldb->schema.num_attrib_handlers+i].attr);
num_attrib_handlers 57 source3/lib/ldb/common/ldb_attributes.c if (h[ldb->schema.num_attrib_handlers+i].attr == NULL) {
num_attrib_handlers 63 source3/lib/ldb/common/ldb_attributes.c ldb->schema.num_attrib_handlers += num_handlers;
num_attrib_handlers 119 source3/lib/ldb/common/ldb_attributes.c for (i=0;i<ldb->schema.num_attrib_handlers;i++) {
num_attrib_handlers 146 source3/lib/ldb/common/ldb_attributes.c if (i < ldb->schema.num_attrib_handlers - 1) {
num_attrib_handlers 148 source3/lib/ldb/common/ldb_attributes.c h+1, sizeof(*h) * (ldb->schema.num_attrib_handlers-(i+1)));
num_attrib_handlers 150 source3/lib/ldb/common/ldb_attributes.c ldb->schema.num_attrib_handlers--;
num_attrib_handlers 81 source3/lib/ldb/include/ldb_private.h unsigned num_attrib_handlers;