Lines Matching refs:out

599  *   _NO_RESOURCES - out of memory (_FULL & _TOOBIG?)
627 char **out = (char **)out_arg;
630 free(*out++);
652 char **out = NULL;
733 char *tmp = out[idx];
745 out[idx] = name;
752 char **new_out = realloc(out,
753 (count + 1) * sizeof (*out));
760 out = new_out;
761 out[count++] = name;
770 *out_arg = (const char **)out;
779 backend_backup_cleanup((const char **)out, count);
786 * Copies the repository path into out, a buffer of out_len bytes,
795 char *out, size_t out_len)
804 (void) strlcpy(out, IS_VOLATILE(be) ? be->be_ppath : be->be_path,
807 p = strrchr(out, '/');
808 q = strrchr(out, '.');
814 len = strlen(out);
817 out += len;
830 if (snprintf(out, out_len, "-%s", name) >= out_len)
932 * _FAIL_NO_RESOURCES out of memory
993 * _NO_RESOURCES out of memory
1035 goto out;
1040 goto out;
1066 goto out;
1082 goto out;
1091 goto out;
1097 goto out;
1105 goto out;
1114 goto out;
1171 out:
1197 * actually carry out the update.
1457 * _NO_RESOURCES out of memory
1487 * REP_PROTOCOL_FAIL_NO_RESOURCES out of memory
1500 goto out;
1519 goto out;
1568 out:
1622 * REP_PROTOCOL_FAIL_NO_RESOURCES out of memory
1798 char **out = private;
1799 char *old = *out;
1816 old = *out = new;
1860 if (strstr(errp, "out of memory") != NULL) {
1945 integrity_results = "out of memory running integrity check\n";
2008 * to actually carry out upgrade here - the main repository may
2009 * not be writable at this point. Actual upgrade is carried out
2064 * _NO_RESOURCES - out of memory
2095 * Starts a "read-only" transaction -- i.e., locks out writers as long
2099 * _NO_RESOURCES - out of memory
2175 * _NO_RESOURCES - out of memory
2238 * _NO_RESOURCES - out of memory
2342 * _NO_RESOURCES - out of memory
2374 * _NO_RESOURCES - out of memory
2398 * _NO_RESOURCES - out of memory
2679 configd_critical("backend_init: out of "