Searched refs:be (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib/ |
H A D | byteorder.h | 11 * The above copyright notice and this permission notice shall be included in 208 uint##size##_t x = be##size##_to_cpu_unaligned(in); \ 215 /* we'll be writing in BE, so we always have to byte swap */ \ 220 uint##size##_t x = be##size##_to_cpu_unaligned(in); \ 248 #define __GEN(from, size, to, be, le) ___GEN(from, size, to, be) 250 #define __GEN(from, size, to, be, le) ___GEN(from, size, to, le) 254 __GEN(be, size, cpu, x, i_bswap_##size(x)) \ 255 __GEN(cpu, size, be, x, i_bswap_##size(x)) \
|
H A D | guid.c | 52 # error GUID_128_HOST_HASH_SIZE must be 4
|
H A D | compat.c | 6 /* Linux needs the _XOPEN_SOURCE define, but others don't. It needs to be 77 # warning Guessing page size to be 4096
|
H A D | test-byteorder.c | 11 * The above copyright notice and this permission notice shall be included in 192 be##size##_to_cpu_unaligned, be_exp); \
|
/dovecot/src/plugins/fts/ |
H A D | fts-api.c | 24 const struct fts_backend *const *be; local 27 be = array_get(&backends, &count); 29 if (strcmp(be[i]->name, name) == 0) { 44 const struct fts_backend *const *be; local 48 be = array_get(&backends, &count); 50 if (strcmp(be[i]->name, backend_name) == 0) 51 return be[i]; 60 const struct fts_backend *be; local 63 be = fts_backend_class_lookup(backend_name); 64 if (be [all...] |
/dovecot/src/plugins/quota/ |
H A D | quota.c | 96 const struct quota_backend *const *be = local 98 if (strcmp((*be)->name, backend->name) == 0) { 573 an alternative would be to do a bit larger change so 574 namespaces wouldn't be added until 894 (An alternative could be to get the current quota usage 1495 * string parameter value will be ignored by param_handler 1497 * to indicate that argument is to be processed */
|
/dovecot/src/lib-sql/ |
H A D | driver-cassandra.c | 194 /* an error here will cause the prepare to be retried on the next 950 needed nodes. this may be because it hasn't yet detected 1030 The only time when multiple primary queries can be running in 1032 early enough. This could even be a wanted feature, since while the 1218 won't be set to NULL if we don't do it here. */ 1375 the caller" error text, so it won't be in the debug log output. */ 1617 /* nothing should be using this - don't bother implementing */
|
Completed in 18 milliseconds