Lines Matching defs:ensure
146 static char *ensure(const VkAllocationCallbacks *pAllocator, printbuffer *p, size_t needed) {
182 str = ensure(item->pAllocator, p, str_buf_size);
189 str = ensure(item->pAllocator, p, str_buf_size);
196 str = ensure(item->pAllocator, p, str_buf_size);
361 out = ensure(pAllocator, p, out_buf_size);
376 out = ensure(pAllocator, p, out_buf_size);
397 out = ensure(pAllocator, p, out_buf_size);
538 out = ensure(item->pAllocator, p, 5);
543 out = ensure(item->pAllocator, p, 6);
548 out = ensure(item->pAllocator, p, 5);
646 out = ensure(item->pAllocator, p, 3);
656 ptr = ensure(item->pAllocator, p, 1);
666 ptr = ensure(item->pAllocator, p, len + 1);
675 ptr = ensure(item->pAllocator, p, 2);
800 out = ensure(item->pAllocator, p, fmt ? depth + 4 : 3);
818 ptr = ensure(item->pAllocator, p, len + 1);
828 ptr = ensure(item->pAllocator, p, depth);
837 ptr = ensure(item->pAllocator, p, len);
847 ptr = ensure(item->pAllocator, p, len + 1);
855 ptr = ensure(item->pAllocator, p, fmt ? (depth + 1) : 2);