Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ cgiFreeSearch
Function
cgiFreeSearch
cgi-bin/search.c:359–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
*/
358
359
void
360
cgiFreeSearch(void *search) /* I - Search context */
361
{
362
regfree((regex_t *)search);
363
free(search);
364
}
Callers
4
cgiShowJobs
Function · 0.85
helpSearchIndex
Function · 0.85
show_all_classes
Function · 0.85
show_all_printers
Function · 0.85
Calls
1
regfree
Function · 0.85
Tested by
no test coverage detected