Home
last modified time | relevance | path

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

/dports/www/mod_security/modsecurity-2.9.3/iis/
H A Dmymodule.cpp249 #define NOTE_IIS "iis-tx-context" macro
253 apr_table_setn(r->notes, NOTE_IIS, (const char *)rsc); in StoreIISContext()
262 msr = (REQUEST_STORED_CONTEXT *)apr_table_get(r->notes, NOTE_IIS); in RetrieveIISContext()
270 msr = (REQUEST_STORED_CONTEXT *)apr_table_get(r->main->notes, NOTE_IIS); in RetrieveIISContext()
280 msr = (REQUEST_STORED_CONTEXT *)apr_table_get(rx->notes, NOTE_IIS); in RetrieveIISContext()