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

/dovecot/src/lib-storage/
H A Dmailbox-attribute.c36 const struct mailbox_attribute_internal *reg1,
39 if (reg1->type != reg2->type)
40 return (int)reg1->type - (int)reg2->type;
41 return strcmp(reg1->key, reg2->key);
35 mailbox_attribute_internal_cmp( const struct mailbox_attribute_internal *reg1, const struct mailbox_attribute_internal *reg2) argument

Completed in 26 milliseconds