Home
last modified time | relevance | path

Searched refs:alloc_pending (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c641 static int alloc_pending PROTO ((size_t size));
646 alloc_pending (size) in alloc_pending() function
748 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 …]
H A DChangeLog1424 pending_error before calling alloc_pending, it makes it fail;
1425 use alloc_pending instead of malloc when reasonable; be sure to
H A DChangeLog-972950 * server.c (alloc_pending): New function.