Searched refs:low_mask (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/cifs_posix_cli/
H A Dsvfs_util.c70 char *low_mask; local
88 low_mask = talloc_strdup(mem_ctx, mask);
89 if (!low_mask) { return NULL; }
90 strlower(low_mask);
110 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/simple/
H A Dsvfs_util.c67 char *low_mask; local
85 low_mask = talloc_strdup(mem_ctx, mask);
86 if (!low_mask) { return NULL; }
87 strlower(low_mask);
107 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/cifs_posix_cli/
H A Dsvfs_util.c70 char *low_mask; local
88 low_mask = talloc_strdup(mem_ctx, mask);
89 if (!low_mask) { return NULL; }
90 strlower(low_mask);
110 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/simple/
H A Dsvfs_util.c67 char *low_mask; local
85 low_mask = talloc_strdup(mem_ctx, mask);
86 if (!low_mask) { return NULL; }
87 strlower(low_mask);
107 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/cifs_posix_cli/
H A Dsvfs_util.c70 char *low_mask; local
88 low_mask = talloc_strdup(mem_ctx, mask);
89 if (!low_mask) { return NULL; }
90 strlower(low_mask);
110 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/simple/
H A Dsvfs_util.c67 char *low_mask; local
85 low_mask = talloc_strdup(mem_ctx, mask);
86 if (!low_mask) { return NULL; }
87 strlower(low_mask);
107 if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_upgrade.h62 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta31
151 u_int32_t low_mask; /* 64-67: Modulo mask into table lower half */ member in struct:_hashmeta30
229 u_int32_t low_mask; /* 40-43: Modulo mask into table lower half */ member in struct:hashhdr
H A Ddb_page.h135 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta33
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_upgrade.h62 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta31
151 u_int32_t low_mask; /* 64-67: Modulo mask into table lower half */ member in struct:_hashmeta30
229 u_int32_t low_mask; /* 40-43: Modulo mask into table lower half */ member in struct:hashhdr
H A Ddb_page.h135 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta33
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_upgrade.h62 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta31
151 u_int32_t low_mask; /* 64-67: Modulo mask into table lower half */ member in struct:_hashmeta30
229 u_int32_t low_mask; /* 40-43: Modulo mask into table lower half */ member in struct:hashhdr
H A Ddb_page.h135 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta33
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_upgrade.c61 newmeta.low_mask = oldmeta->low_mask;
195 newmeta->low_mask = oldmeta->low_mask;
H A Dhash_rec.c761 hcp->hdr->low_mask = hcp->hdr->high_mask;
763 (argp->bucket + 1) | hcp->hdr->low_mask;
772 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
1328 hcp->hdr->low_mask = hcp->hdr->high_mask;
1330 (argp->bucket + 1) | hcp->hdr->low_mask;
1339 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
H A Dhash_verify.c106 * max_bucket, high_mask and low_mask: high_mask must be one
108 * low_mask must be one less than the power of two below it.
118 if (m->low_mask != pwr - 1) {
120 "Page %lu: incorrect low_mask %lu, should be %lu",
121 (u_long)pgno, (u_long)m->low_mask, (u_long)pwr - 1));
776 bucket = bucket & m->low_mask;
H A Dhash.c1205 old_bucket = new_bucket & hcp->hdr->low_mask;
1290 hcp->hdr->low_mask = hcp->hdr->high_mask;
1291 hcp->hdr->high_mask = new_bucket | hcp->hdr->low_mask;
1334 bucket = bucket & hcp->hdr->low_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_upgrade.c61 newmeta.low_mask = oldmeta->low_mask;
195 newmeta->low_mask = oldmeta->low_mask;
H A Dhash_rec.c761 hcp->hdr->low_mask = hcp->hdr->high_mask;
763 (argp->bucket + 1) | hcp->hdr->low_mask;
772 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
1328 hcp->hdr->low_mask = hcp->hdr->high_mask;
1330 (argp->bucket + 1) | hcp->hdr->low_mask;
1339 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
H A Dhash_verify.c106 * max_bucket, high_mask and low_mask: high_mask must be one
108 * low_mask must be one less than the power of two below it.
118 if (m->low_mask != pwr - 1) {
120 "Page %lu: incorrect low_mask %lu, should be %lu",
121 (u_long)pgno, (u_long)m->low_mask, (u_long)pwr - 1));
776 bucket = bucket & m->low_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_upgrade.c61 newmeta.low_mask = oldmeta->low_mask;
195 newmeta->low_mask = oldmeta->low_mask;
H A Dhash_rec.c761 hcp->hdr->low_mask = hcp->hdr->high_mask;
763 (argp->bucket + 1) | hcp->hdr->low_mask;
772 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
1328 hcp->hdr->low_mask = hcp->hdr->high_mask;
1330 (argp->bucket + 1) | hcp->hdr->low_mask;
1339 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
H A Dhash_verify.c106 * max_bucket, high_mask and low_mask: high_mask must be one
108 * low_mask must be one less than the power of two below it.
118 if (m->low_mask != pwr - 1) {
120 "Page %lu: incorrect low_mask %lu, should be %lu",
121 (u_long)pgno, (u_long)m->low_mask, (u_long)pwr - 1));
776 bucket = bucket & m->low_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_dump185/
H A Ddb_dump185.c44 int low_mask; /* Mask to modulo into lower half of member in struct:hashhdr185
64 int32_t low_mask; /* Mask to modulo into lower half of table */ member in struct:hashhdr186
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_dump185/
H A Ddb_dump185.c44 int low_mask; /* Mask to modulo into lower half of member in struct:hashhdr185
64 int32_t low_mask; /* Mask to modulo into lower half of table */ member in struct:hashhdr186
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_dump185/
H A Ddb_dump185.c44 int low_mask; /* Mask to modulo into lower half of member in struct:hashhdr185
64 int32_t low_mask; /* Mask to modulo into lower half of table */ member in struct:hashhdr186

Completed in 290 milliseconds

12