Lines Matching defs:created
252 bool created;
258 seq = mailbox_list_index_sync_name(sync_ctx, name, &node, &created);
259 if (created || (node->flags & MAILBOX_LIST_INDEX_FLAG_NONEXISTENT) != 0) {
285 bool expunged, created;
291 seq = mailbox_list_index_sync_name(sync_ctx, box->name, &node, &created);
293 /* an existing mailbox is being created with a "unknown" name.
300 if (!created &&
392 /* backend mailbox was successfully created. now add it
742 bool created, expunged;
772 &newnode, &created);
773 if (!created) {