Searched defs:SESSION_DECLARE (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/session/
H A Dmod_session.h20 /* Create a set of SESSION_DECLARE(type), SESSION_DECLARE_NONSTD(type) and
24 #define SESSION_DECLARE(type) type macro
28 #define SESSION_DECLARE(type) type __stdcall macro
32 #define SESSION_DECLARE(type) __declspec(dllexport) type __stdcall macro
36 #define SESSION_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 22 milliseconds