Lines Matching refs:free
157 free( (void*) hs->cwd );
159 free( (void*) hs->cgi_pattern );
161 + free( (void*) hs->php_pattern );
163 + free( (void*) hs->phps_pattern );
165 free( (void*) hs->charset );
169 free( (void*) hs->local_pattern );
170 free( (void*) hs );
368 + free(hc->response);
679 - free( (void*) hc->read_buf );
684 + free( (void*) hc->read_buf );
686 free( (void*) hc->decodedurl );
687 free( (void*) hc->origfilename );
688 free( (void*) hc->expnfilename );
1034 /* Call this to de-initialize a connection struct and *really* free the
1705 + free( (void*) free_connects );
1706 free( (void*) connects );
1708 free( (void*) throttles );
1717 ** existing connections, and maybe we'll free up a slot
1721 /* Find a free connection entry. */
1816 + free(hc->read_buf);