MCPcopy Create free account
hub / github.com/MapServer/MapServer / cgirequestObj_new

Function cgirequestObj_new

mapscript/php/mapscript_i.c:1453–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451
1452
1453cgiRequestObj *cgirequestObj_new()
1454{
1455 cgiRequestObj *request;
1456 request = msAllocCgiObj();
1457
1458 return request;
1459}
1460
1461int cgirequestObj_loadParams(cgiRequestObj *self,
1462 char* (*getenv2)(const char*, void* thread_context),

Callers 2

php_mapscript.cFile · 0.85
owsrequest.cFile · 0.85

Calls 1

msAllocCgiObjFunction · 0.85

Tested by

no test coverage detected