Lines Matching refs:APR_SUCCESS

141   ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS);  in test_memcache_create()
149 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_create()
152 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_create()
158 ABTS_ASSERT(tc, "server disable failed", rv == APR_SUCCESS); in test_memcache_create()
161 ABTS_ASSERT(tc, "server enable failed", rv == APR_SUCCESS); in test_memcache_create()
171 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_create()
174 ABTS_ASSERT(tc, "server add should have failed", rv != APR_SUCCESS); in test_memcache_create()
209 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_user_funcs()
225 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_user_funcs()
228 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_user_funcs()
253 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_meta()
256 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_meta()
259 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_meta()
317 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_addreplace()
320 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_addreplace()
323 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_addreplace()
338 ABTS_ASSERT(tc, "replace should have failed", rv != APR_SUCCESS); in test_memcache_addreplace()
342 ABTS_ASSERT(tc, "add failed", rv == APR_SUCCESS); in test_memcache_addreplace()
346 ABTS_ASSERT(tc, "replace failed", rv == APR_SUCCESS); in test_memcache_addreplace()
350 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS); in test_memcache_addreplace()
355 ABTS_ASSERT(tc, "add should have failed", rv != APR_SUCCESS); in test_memcache_addreplace()
359 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS); in test_memcache_addreplace()
376 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
379 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
382 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
385 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
391 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
396 ABTS_ASSERT(tc, "incr failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
401 ABTS_ASSERT(tc, "decr failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
407 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
412 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS); in test_memcache_incrdecr()
428 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_multiget()
431 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_multiget()
434 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_multiget()
450 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS); in test_memcache_multiget()
465 ABTS_ASSERT(tc, "multgetp failed", rv == APR_SUCCESS); in test_memcache_multiget()
477 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS); in test_memcache_multiget()
496 ABTS_ASSERT(tc, "memcache create failed", rv == APR_SUCCESS); in test_memcache_setget()
499 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS); in test_memcache_setget()
502 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS); in test_memcache_setget()
517 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS); in test_memcache_setget()
519 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS); in test_memcache_setget()
524 ABTS_ASSERT(tc, "get should have failed", rv != APR_SUCCESS); in test_memcache_setget()
534 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS); in test_memcache_setget()
553 if(rv != APR_SUCCESS) { in check_mc()
558 if(rv != APR_SUCCESS) { in check_mc()
563 if (rv != APR_SUCCESS) { in check_mc()
568 if (rv != APR_SUCCESS) { in check_mc()
573 if (rv != APR_SUCCESS) { in check_mc()
584 if (rv != APR_SUCCESS) { in check_mc()
590 if(rv != APR_SUCCESS) { in check_mc()
610 if (rv == APR_SUCCESS) { in testmemcache()