Lines Matching defs:NULL

18 	storage_r->user->event = event_create(NULL);
79 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
88 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
90 test_assert(strstr(mail_storage_get_last_internal_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
98 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
109 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
120 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
124 test_assert(strstr(errstr+11, MAIL_ERRSTR_CRITICAL_MSG) != NULL);
186 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
202 test_assert(strstr(mail_storage_get_last_error(&storage, &mail_error), MAIL_ERRSTR_CRITICAL_MSG) != NULL);
228 if (getcwd(path_buf, sizeof(path_buf)) == NULL)
241 ctx->storage_service = mail_storage_service_init(master_service, NULL,
294 if (extra_input != NULL)
295 while(*extra_input != NULL)
317 #define test_mail_init_maildir_user(user) test_mail_init_user(user,"maildir","",NULL)
379 error = mailbox_get_last_error(box, NULL);
387 ret = mailbox_create(box, NULL, FALSE);
405 (void)mailbox_create(src, NULL, FALSE);
414 error = mailbox_get_last_error(box, NULL);
449 NULL
467 NULL
569 NULL
585 error = mailbox_get_last_error(box, NULL);
596 error = mailbox_get_last_error(box, NULL);
643 if (test_mail_init_user("testuser", "mbox", "", ".", NULL, &ctx) < 0)
670 NULL