Searched refs:ivalue (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict-db.c427 uint32_t ivalue; local
429 if (str_to_uint32(value, &ivalue) < 0) {
431 ivalue = 0;
433 ddata.data = &ivalue;
434 ddata.size = sizeof(ivalue);

Completed in 7 milliseconds