Searched defs:bufp (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-index/ |
H A D | test-mail-transaction-log-append.c | 48 const unsigned int *bufp; local 74 bufp = (const void *)(hdr + 1); 75 test_assert(*bufp == buf[0]); 77 hdr = (const void *)(bufp + 1); 82 bufp = (const void *)(hdr + 1); 83 test_assert(*bufp == buf[1]); 85 test_assert(file->buffer->used == (size_t)((const char *)(bufp+1) - (const char *)file->buffer->data));
|
/dovecot/src/lib/ |
H A D | test-array.c | 264 const char *bufp = buf; local 269 array_idx_set(&arr2, j, &bufp);
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-trie.c | 581 uint8_t child_count, buf[SQUAT_PACK_MAX_SIZE * 5], *bufp; local 594 bufp = buf; 597 *bufp++ = 0; 599 squat_pack_num(&bufp, 603 squat_pack_num(&bufp, 609 squat_pack_num(&bufp, children[i].uid_list_idx); 612 squat_pack_num(&bufp, children[i].next_uid - 1); 617 squat_pack_num(&bufp, children[i].unused_uids << 1); 618 o_stream_nsend(ctx->output, buf, bufp - buf); 622 squat_pack_num(&bufp, (childre [all...] |
H A D | squat-uidlist.c | 115 uint8_t *uidbuf, *bufp, sizebuf[SQUAT_PACK_MAX_SIZE], *sizebufp; local 133 bufp = uidbuf; 134 squat_pack_num(&bufp, base_uid); 137 (bufp - uidbuf); 142 memset(bufp, 0, bitmask_len - (bufp - uidbuf)); 166 bufp[uid / 8] |= 1 << (uid % 8); 175 bufp[idx++] |= mask; 182 bufp[idx] = 0xff; 187 bufp[id 243 uint8_t buf[SQUAT_PACK_MAX_SIZE], *bufp; local 787 uint8_t buf[SQUAT_PACK_MAX_SIZE], *bufp; local 948 uint8_t buf[SQUAT_PACK_MAX_SIZE], *bufp; local [all...] |
Completed in 17 milliseconds