Symbol: httpd_realloc_str
src/apps/poorman/libhttpd/libhttpd.c
1050
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1097
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1146
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1150
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1154
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1157
httpd_realloc_str( &prevcryp, &maxprevcryp, strlen( cryp ) );
src/apps/poorman/libhttpd/libhttpd.c
1192
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1200
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1205
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1300
httpd_realloc_str( &temp, &maxtemp, len );
src/apps/poorman/libhttpd/libhttpd.c
1302
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1326
httpd_realloc_str( &temp, &maxtemp, strlen( hc->expnfilename ) - 1 );
src/apps/poorman/libhttpd/libhttpd.c
1340
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1352
httpd_realloc_str( &hc->altdir, &hc->maxaltdir, strlen( alt ) );
src/apps/poorman/libhttpd/libhttpd.c
1356
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1410
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1437
httpd_realloc_str( &hc->hostdir, &hc->maxhostdir, strlen( hc->hostname ) );
src/apps/poorman/libhttpd/libhttpd.c
1443
httpd_realloc_str( &tempfilename, &maxtempfilename, len );
src/apps/poorman/libhttpd/libhttpd.c
1445
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1500
httpd_realloc_str( &checked, &maxchecked, checkedlen );
src/apps/poorman/libhttpd/libhttpd.c
1508
httpd_realloc_str( &rest, &maxrest, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1516
httpd_realloc_str( &checked, &maxchecked, 1 );
src/apps/poorman/libhttpd/libhttpd.c
1520
httpd_realloc_str( &rest, &maxrest, restlen );
src/apps/poorman/libhttpd/libhttpd.c
1551
httpd_realloc_str( &checked, &maxchecked, checkedlen + 1 );
src/apps/poorman/libhttpd/libhttpd.c
1571
httpd_realloc_str( &checked, &maxchecked, checkedlen + 1 + i );
src/apps/poorman/libhttpd/libhttpd.c
1601
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
1647
httpd_realloc_str( &rest, &maxrest, restlen + linklen + 1 );
src/apps/poorman/libhttpd/libhttpd.c
1660
httpd_realloc_str( &rest, &maxrest, linklen );
src/apps/poorman/libhttpd/libhttpd.c
1697
httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
src/apps/poorman/libhttpd/libhttpd.c
1706
httpd_realloc_str( &hc->decodedurl, &hc->maxdecodedurl, 1 );
src/apps/poorman/libhttpd/libhttpd.c
1707
httpd_realloc_str( &hc->origfilename, &hc->maxorigfilename, 1 );
src/apps/poorman/libhttpd/libhttpd.c
1708
httpd_realloc_str( &hc->expnfilename, &hc->maxexpnfilename, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1709
httpd_realloc_str( &hc->encodings, &hc->maxencodings, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1710
httpd_realloc_str( &hc->pathinfo, &hc->maxpathinfo, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1711
httpd_realloc_str( &hc->query, &hc->maxquery, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1712
httpd_realloc_str( &hc->accept, &hc->maxaccept, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1713
httpd_realloc_str( &hc->accepte, &hc->maxaccepte, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1714
httpd_realloc_str( &hc->reqhost, &hc->maxreqhost, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1715
httpd_realloc_str( &hc->hostdir, &hc->maxhostdir, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1716
httpd_realloc_str( &hc->remoteuser, &hc->maxremoteuser, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1717
httpd_realloc_str( &hc->response, &hc->maxresponse, 0 );
src/apps/poorman/libhttpd/libhttpd.c
1719
httpd_realloc_str( &hc->altdir, &hc->maxaltdir, 0 );
src/apps/poorman/libhttpd/libhttpd.c
2032
httpd_realloc_str( &hc->reqhost, &hc->maxreqhost, strlen( reqhost ) );
src/apps/poorman/libhttpd/libhttpd.c
2062
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2066
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2078
httpd_realloc_str( &hc->query, &hc->maxquery, strlen( cp ) );
src/apps/poorman/libhttpd/libhttpd.c
2147
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2153
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2170
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2176
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2319
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2359
httpd_realloc_str( &hc->expnfilename, &hc->maxexpnfilename, strlen( cp ) );
src/apps/poorman/libhttpd/libhttpd.c
2361
httpd_realloc_str( &hc->pathinfo, &hc->maxpathinfo, strlen( pi ) );
src/apps/poorman/libhttpd/libhttpd.c
2662
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2879
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2882
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
2902
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
3303
httpd_realloc_str( &headers, &headers_size, 500 );
src/apps/poorman/libhttpd/libhttpd.c
3318
httpd_realloc_str( &headers, &headers_size, headers_len + r );
src/apps/poorman/libhttpd/libhttpd.c
3716
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.c
3786
httpd_realloc_str( &hc->expnfilename, &hc->maxexpnfilename, expnlen );
src/apps/poorman/libhttpd/libhttpd.c
3806
httpd_realloc_str( &dirname, &maxdirname, expnlen );
src/apps/poorman/libhttpd/libhttpd.c
4100
httpd_realloc_str( &refhost, &refhost_size, cp2 - cp1 );
src/apps/poorman/libhttpd/libhttpd.c
565
httpd_realloc_str( &hc->response, &hc->maxresponse, hc->responselen + len );
src/apps/poorman/libhttpd/libhttpd.c
911
httpd_realloc_str(
src/apps/poorman/libhttpd/libhttpd.h
286
extern void httpd_realloc_str( char** strP, size_t* maxsizeP, size_t size );