Lines Matching refs:result
268 node->result = n->result;
298 if (node->result == LDAP_COMPARE_TRUE) {
301 else if (node->result == LDAP_COMPARE_FALSE) {
305 cmp_result = apr_itoa(r->pool, node->result);
409 apr_status_t result = apr_shm_destroy(st->cache_shm);
411 return result;
420 apr_status_t result;
431 result = apr_shm_create(&st->cache_shm, size, st->cache_file, st->pool);
432 if (result != APR_SUCCESS) {
433 return result;
440 result = apr_rmm_init(&st->cache_rmm, NULL,
443 if (result != APR_SUCCESS) {
444 return result;