Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/
H A DwinExtDLL.c760 *nRequestType = SNMP_PDU_GET; in get_request_type()
763 *nRequestType = SNMP_PDU_GETNEXT; in get_request_type()
774 *nRequestType = SNMP_PDU_SET; in get_request_type()
787 *nRequestType = SNMP_EXTENSION_GET; in get_request_type()
790 *nRequestType = SNMP_EXTENSION_GET_NEXT; in get_request_type()
793 *nRequestType = SNMP_EXTENSION_SET_TEST; in get_request_type()
800 *nRequestType = SNMP_EXTENSION_SET_UNDO; in get_request_type()
803 *nRequestType = SNMP_EXTENSION_SET_COMMIT; in get_request_type()
806 *nRequestType = SNMP_EXTENSION_SET_CLEANUP; in get_request_type()
830 UINT nRequestType; in var_winExtDLL() local
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwmslayer.c217 wmsParamsObj *psWMSParams, int nRequestType) in msBuildWMSLayerURLBase() argument
341 if (nRequestType == WMS_GETLEGENDGRAPHIC) { in msBuildWMSLayerURLBase()
415 msBuildWMSLayerURL(mapObj *map, layerObj *lp, int nRequestType, in msBuildWMSLayerURL() argument
498 if (nRequestType == WMS_GETFEATUREINFO && in msBuildWMSLayerURL()
513 if (nRequestType == WMS_GETLEGENDGRAPHIC && in msBuildWMSLayerURL()
804 if (nRequestType == WMS_GETFEATUREINFO) { in msBuildWMSLayerURL()
858 } else if (nRequestType == WMS_GETLEGENDGRAPHIC) { in msBuildWMSLayerURL()
1007 if (nRequestType == WMS_GETMAP && in msPrepareWMSLayerRequest()
1016 else if (nRequestType == WMS_GETFEATUREINFO && in msPrepareWMSLayerRequest()
1024 } else if (nRequestType == WMS_GETLEGENDGRAPHIC && in msPrepareWMSLayerRequest()
[all …]
H A Dmapows.h465 int nRequestType, enum MS_CONNECTION_TYPE lastconnectiontype,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsnmp.h169 …WINBOOL SNMP_FUNC_TYPE SnmpExtensionQueryEx(UINT nRequestType,UINT nTransactionId,SnmpVarBindList …
177 …typedef WINBOOL (SNMP_FUNC_TYPE *PFNSNMPEXTENSIONQUERYEX)(UINT nRequestType,UINT nTransactionId,Sn…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsnmp.h169 …WINBOOL SNMP_FUNC_TYPE SnmpExtensionQueryEx(UINT nRequestType,UINT nTransactionId,SnmpVarBindList …
177 …typedef WINBOOL (SNMP_FUNC_TYPE *PFNSNMPEXTENSIONQUERYEX)(UINT nRequestType,UINT nTransactionId,Sn…
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasnmp.pas350 …TSnmpExtensionQueryEx = function(nRequestType: UINT; nTransactionId: UINT; var pVarBindList: PSnmp… in RequestType()