Searched refs:freethis (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c164 static char* expand_symlinks( char* path, char** freethis, char** restP, int no_symlink_check, int tildemapped );
1434 ** free() the pointer and *freethis. If there is something wrong within this
1435 ** routine, NULL is returned, the malloc()ed is free()ed for you and *freethis
1439 expand_symlinks( char* path, char** freethis, char** restP, int no_symlink_check, int tildemapped ) argument
1481 *freethis = rest;
1599 *freethis = rest;
1605 *freethis = 0;
1614 *freethis = 0;
1662 *freethis = rest;
1954 char* freethis; local
3010 char* freethis; local
[all...]

Completed in 72 milliseconds