Home
last modified time | relevance | path

Searched refs:cgi_script_fullpath (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
Dminimal-http-server.c21 static char cgi_script_fullpath[256]; variable
26 /* .origin */ cgi_script_fullpath, /* cgi script */
74 lws_snprintf(cgi_script_fullpath, sizeof(cgi_script_fullpath), in main()