Searched refs:restP (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 );
1426 ** errors. Also returns, in the string pointed to by restP, any trailing
1433 ** pointers are changed. When you done with the pointer returned and restP,
1439 expand_symlinks( char* path, char** freethis, char** restP, int no_symlink_check, int tildemapped ) argument
1459 ** return it as is with nothing in restP. If it doesn't exist, we
1480 *restP = rest;
1594 *restP = r - ( prevrestlen - restlen );
1659 *restP = r;

Completed in 101 milliseconds