MCPcopy Index your code
hub / github.com/MapServer/MapServer / cgirequestObj_loadParams

Function cgirequestObj_loadParams

mapscript/php/mapscript_i.c:1461–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461int cgirequestObj_loadParams(cgiRequestObj *self,
1462 char* (*getenv2)(const char*, void* thread_context),
1463 char *raw_post_data,
1464 ms_uint32 raw_post_data_length,
1465 void* thread_context)
1466{
1467 self->NumParams = loadParams(self, getenv2, raw_post_data, raw_post_data_length, thread_context);
1468 return self->NumParams;
1469}
1470
1471
1472void cgirequestObj_setParameter(cgiRequestObj *self, char *name, char *value)

Callers 1

owsrequest.cFile · 0.85

Calls 1

loadParamsFunction · 0.85

Tested by

no test coverage detected