Searched refs:AM_SUCCESS (Results 26 - 37 of 37) sorted by relevance

12

/forgerock/web-agents-v4/source/
H A Dsession_xml.c163 .list = NULL, .parser = NULL, .resource_name = AM_FALSE, .data_sz = 0, .data = NULL, .status = AM_SUCCESS};
203 if (xctx.status != AM_SUCCESS) {
H A Dshared.c195 int rv = AM_SUCCESS;
308 if (am == NULL || am_shm_lock(am) != AM_SUCCESS) {
683 int rv = AM_SUCCESS;
781 am->error = AM_SUCCESS;
799 am->pool == NULL || am_shm_lock(am) != AM_SUCCESS) {
864 if (am_shm_extend(am, (pool->size + size) * 2) == AM_SUCCESS) {
894 ptr == NULL || am_shm_lock(am) != AM_SUCCESS) {
H A Dthread.c370 return status == FALSE ? AM_ENOMEM : AM_SUCCESS;
404 return AM_SUCCESS;
733 e->init_status = AM_SUCCESS;
737 e->init_status = AM_SUCCESS;
758 if (e->init_status == AM_SUCCESS) {
767 if (e->init_status == AM_SUCCESS) {
778 if (e->init_status == AM_SUCCESS) {
H A Dconfig.c173 if (conf != NULL) return AM_SUCCESS;
179 if (conf->error != AM_SUCCESS) {
197 return AM_SUCCESS;
203 return AM_SUCCESS;
261 if (ret != AM_SUCCESS) {
277 if (delete_instance_entry(e) == AM_SUCCESS) { /* remove cached configuration data */
761 return AM_SUCCESS;
1274 if (ret != AM_SUCCESS) {
1281 if (ret == AM_SUCCESS) {
1423 if (login_status == AM_SUCCESS
[all...]
H A Dlog.c448 if (am_agent_instance_init_init(id) != AM_SUCCESS) {
527 if (status == AM_SUCCESS || status == AM_EAGAIN) {
599 if (status == AM_SUCCESS || status == AM_EAGAIN) {
952 exist = AM_SUCCESS;
1071 return j > 0 ? AM_SUCCESS : AM_NOT_FOUND;
1147 status = AM_SUCCESS;
1158 status = AM_SUCCESS;
H A Dnet_client_ssl.c356 return err == 0 ? am_strerror(AM_SUCCESS) : LOGEMPTY(ERR_error_string(err, err_buff));
372 if (strcmp(error_string, am_strerror(AM_SUCCESS)) != 0) {
602 n->ssl.error = AM_SUCCESS;
742 int err, ret = 0, status = AM_SUCCESS;
797 int ret, err, status = AM_SUCCESS;
H A Dpolicy_xml.c313 .curr_policy = NULL, .scope = scope, .data_sz = 0, .data = NULL, .status = AM_SUCCESS};
353 if (xctx.status != AM_SUCCESS) {
H A Dnet_client.c465 if (n->ssl.error != AM_SUCCESS) {
501 if (n->ssl.error != AM_SUCCESS) {
705 if (error != AM_SUCCESS) {
768 return AM_SUCCESS;
H A Dconfig_xml.c520 .data_sz = 0, .data = NULL, .status = AM_SUCCESS};
577 if (xctx.status != AM_SUCCESS) {
H A Dconfig_file.c307 if (itm == NULL || compare_property(line, prm) != AM_SUCCESS) {
H A Dadmin_iis.c1381 status = AM_SUCCESS;
/forgerock/web-agents-v4/tests/
H A Dtest_notenforced_lists.c37 assert_int_equal(ip_address_match(addr, array_of(range), 1, 0l), expect ? AM_SUCCESS : AM_NOT_FOUND); \
42 assert_int_equal(ip_address_match(addr, array_of(range), 1, 0l), expect ? AM_SUCCESS : AM_NOT_FOUND); \

Completed in 66 milliseconds

12