SystemNameLength  118 source3/include/rpc_perfcount.h 	uint32 SystemNameLength;
SystemNameLength  928 source3/registry/reg_perfcount.c 	block->SystemNameLength = (strlen_w(temp) * 2) + 2;
SystemNameLength  929 source3/registry/reg_perfcount.c 	block->data = TALLOC_ZERO_ARRAY(ps->mem_ctx, uint8, block->SystemNameLength + (8 - (block->SystemNameLength % 8)));
SystemNameLength  933 source3/registry/reg_perfcount.c 	memcpy(block->data, temp, block->SystemNameLength);
SystemNameLength  935 source3/registry/reg_perfcount.c 	block->HeaderLength = block->SystemNameOffset + block->SystemNameLength;
SystemNameLength 1129 source3/registry/reg_perfcount.c 	if(!prs_uint32("SystemNameLength", ps, depth, &block.SystemNameLength))