num_depths        145 source3/librpc/gen_ndr/ndr_notify.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->num_depths));
num_depths        146 source3/librpc/gen_ndr/ndr_notify.c 		for (cntr_depth_0 = 0; cntr_depth_0 < r->num_depths; cntr_depth_0++) {
num_depths        151 source3/librpc/gen_ndr/ndr_notify.c 		for (cntr_depth_0 = 0; cntr_depth_0 < r->num_depths; cntr_depth_0++) {
num_depths        164 source3/librpc/gen_ndr/ndr_notify.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->num_depths));
num_depths        165 source3/librpc/gen_ndr/ndr_notify.c 		NDR_PULL_ALLOC_N(ndr, r->depth, r->num_depths);
num_depths        168 source3/librpc/gen_ndr/ndr_notify.c 		for (cntr_depth_0 = 0; cntr_depth_0 < r->num_depths; cntr_depth_0++) {
num_depths        176 source3/librpc/gen_ndr/ndr_notify.c 		for (cntr_depth_0 = 0; cntr_depth_0 < r->num_depths; cntr_depth_0++) {
num_depths        189 source3/librpc/gen_ndr/ndr_notify.c 	ndr_print_uint32(ndr, "num_depths", r->num_depths);
num_depths        190 source3/librpc/gen_ndr/ndr_notify.c 	ndr->print(ndr, "%s: ARRAY(%d)", "depth", (int)r->num_depths);
num_depths        192 source3/librpc/gen_ndr/ndr_notify.c 	for (cntr_depth_0=0;cntr_depth_0<r->num_depths;cntr_depth_0++) {
num_depths         27 source3/librpc/gen_ndr/notify.h 	uint32_t num_depths;
num_depths        210 source3/smbd/notify_internal.c 	while (notify->array->num_depths > 0 &&
num_depths        211 source3/smbd/notify_internal.c 	       notify->array->depth[notify->array->num_depths-1].num_entries == 0) {
num_depths        212 source3/smbd/notify_internal.c 		notify->array->num_depths--;
num_depths        216 source3/smbd/notify_internal.c 	if (notify->array->num_depths == 0) {
num_depths        303 source3/smbd/notify_internal.c 	if (depth >= notify->array->num_depths) {
num_depths        307 source3/smbd/notify_internal.c 		for (i=notify->array->num_depths;i<=depth;i++) {
num_depths        311 source3/smbd/notify_internal.c 		notify->array->num_depths = depth+1;
num_depths        468 source3/smbd/notify_internal.c 	if (depth >= notify->array->num_depths) {
num_depths        521 source3/smbd/notify_internal.c 	for (depth=0;depth<notify->array->num_depths;depth++) {
num_depths        608 source3/smbd/notify_internal.c 	     p && depth < notify->array->num_depths;
num_depths        212 source4/ntvfs/common/notify.c 	while (notify->array->num_depths > 0 &&
num_depths        213 source4/ntvfs/common/notify.c 	       notify->array->depth[notify->array->num_depths-1].num_entries == 0) {
num_depths        214 source4/ntvfs/common/notify.c 		notify->array->num_depths--;
num_depths        218 source4/ntvfs/common/notify.c 	if (notify->array->num_depths == 0) {
num_depths        304 source4/ntvfs/common/notify.c 	if (depth >= notify->array->num_depths) {
num_depths        308 source4/ntvfs/common/notify.c 		for (i=notify->array->num_depths;i<=depth;i++) {
num_depths        312 source4/ntvfs/common/notify.c 		notify->array->num_depths = depth+1;
num_depths        466 source4/ntvfs/common/notify.c 	if (depth >= notify->array->num_depths) {
num_depths        521 source4/ntvfs/common/notify.c 	for (depth=0;depth<notify->array->num_depths;depth++) {
num_depths        602 source4/ntvfs/common/notify.c 	     p && depth < notify->array->num_depths;