Searched refs:alloc_pending (Results 1 – 3 of 3) sorted by relevance
641 static int alloc_pending PROTO ((size_t size));646 alloc_pending (size) in alloc_pending() function748 if (alloc_pending (80 + strlen (arg)))763 if (alloc_pending (80 + strlen (arg)))774 if (alloc_pending (80 + strlen (Pserver_Repos) + strlen (arg)))805 if (alloc_pending (80 + strlen (path)))876 if (alloc_pending (repos_len + 80))886 if (alloc_pending (strlen (current_parsed_root->directory)915 if (alloc_pending (strlen (file)976 if (alloc_pending (80 + strlen (dir)))[all …]
1424 pending_error before calling alloc_pending, it makes it fail;1425 use alloc_pending instead of malloc when reasonable; be sure to
2950 * server.c (alloc_pending): New function.