Searched defs:bitsp (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dhash-format.c38 const char *name, *end, *bitsp; local
50 bitsp = strchr(name, ':');
51 if (bitsp != NULL)
52 name = t_strdup_until(name, bitsp++);
61 if (bitsp != NULL) {
62 if (str_to_uint(bitsp, &bits) < 0 ||
65 bitsp, NULL);
71 bitsp, NULL);

Completed in 11 milliseconds