Lines Matching defs:out
448 char *out = NULL;
472 if (out == NULL) {
473 out = loader_instance_heap_alloc(
475 if (NULL == out) {
477 "Out of memory can't alloc space for registry data");
480 out[0] = '\0';
481 } else if (strlen(out) + name_size + 1 > total_size) {
482 out = loader_instance_heap_realloc(
483 inst, out, total_size, total_size * 2,
485 if (NULL == out) {
487 "Out of memory can't realloc space for registry data");
492 if (strlen(out) == 0)
493 snprintf(out, name_size + 1, "%s", name);
495 snprintf(out + strlen(out), name_size + 2, "%c%s",
503 return out;
656 "Out of memory can't add any layer properties to list");
726 goto out;
733 goto out;
738 goto out;
747 goto out;
768 goto out;
772 out:
1224 goto out;
1236 goto out;
1243 out:
1484 goto out;
1497 goto out;
1511 goto out;
1526 goto out;
1535 goto out;
1549 goto out;
1559 goto out;
1574 goto out;
1593 "Out of memory can't add icd");
1594 goto out;
1599 out:
1835 goto out;
1845 goto out;
1854 "Out of memory can't get JSON file");
1855 goto out;
1861 goto out;
1871 goto out;
1874 out:
2426 * file, add entry to the layer_list. Fill out the layer_properties in this list
2619 goto out;
2633 "Out of memory can't get manifest files");
2635 goto out;
2645 // This typically only fails when out of memory, which is
2657 goto out;
2666 "Out of memory can't get manifest files");
2668 goto out;
2676 // Print out the paths being searched if debugging is enabled
2704 "Out of memory can't get manifest files");
2705 goto out;
2733 "Out of memory can't alloc manifest file list");
2735 goto out;
2743 "Out of memory can't get manifest files");
2745 goto out;
2783 "Out of memory can't get manifest files");
2785 goto out;
2813 "Out of memory can't get manifest files");
2815 goto out;
2849 out:
2901 goto out;
2909 goto out;
2986 // strip out extra quotes
2999 goto out;
3013 // Print out the paths being searched if debugging is enabled
3040 goto out;
3047 goto out;
3067 out:
3102 goto out;
3111 goto out;
3116 goto out;
3149 out:
4032 * should have already filtered this case out.
4048 /* Didn't find extension name in any of the global layers, error out
4096 /* Didn't find extension name in any of the device layers, error out
4134 goto out;
4143 goto out;
4156 // If out of memory, bail immediately.
4157 goto out;
4175 // If out of memory, bail immediately.
4176 goto out;
4204 // If out of memory, bail immediately.
4205 goto out;
4234 out:
4312 goto out;
4344 goto out;
4353 goto out;
4381 goto out;
4391 out:
4613 goto out;
4618 goto out;
4634 goto out;
4645 goto out;
4661 goto out;
4691 out: