base_reverse 89 source3/smbd/globals.c unsigned char base_reverse[256]; base_reverse 195 source3/smbd/globals.c ZERO_STRUCT(base_reverse); base_reverse 86 source3/smbd/globals.h extern unsigned char base_reverse[256]; base_reverse 369 source3/smbd/mangle_hash2.c hash = base_reverse[(unsigned char)name[7]]; base_reverse 371 source3/smbd/mangle_hash2.c unsigned int v = base_reverse[(unsigned char)name[i]]; base_reverse 655 source3/smbd/mangle_hash2.c memset(base_reverse, 0, sizeof(base_reverse)); base_reverse 657 source3/smbd/mangle_hash2.c base_reverse[(unsigned char)base_forward(i)] = i; base_reverse 106 source4/ntvfs/posix/pvfs_shortname.c unsigned char base_reverse[256]; base_reverse 333 source4/ntvfs/posix/pvfs_shortname.c hash = ctx->base_reverse[(unsigned char)name[7]]; base_reverse 335 source4/ntvfs/posix/pvfs_shortname.c uint32_t v = ctx->base_reverse[(unsigned char)name[i]]; base_reverse 573 source4/ntvfs/posix/pvfs_shortname.c ZERO_STRUCT(ctx->base_reverse); base_reverse 575 source4/ntvfs/posix/pvfs_shortname.c ctx->base_reverse[(uint8_t)basechars[i]] = i;