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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c547 httpd_realloc_str( &hc->response, &hc->maxresponse, hc->responselen + len );
700 httpd_realloc_str( char** strP, size_t* maxsizeP, size_t size ) function
881 httpd_realloc_str(
1020 httpd_realloc_str(
1067 httpd_realloc_str(
1116 httpd_realloc_str(
1120 httpd_realloc_str(
1124 httpd_realloc_str(
1127 httpd_realloc_str( &prevcryp, &maxprevcryp, strlen( cryp ) );
1162 httpd_realloc_str(
[all...]
H A Dlibhttpd.h277 extern void httpd_realloc_str( char** strP, size_t* maxsizeP, size_t size );

Completed in 31 milliseconds