Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h24 typedef CHAR *LPSTR; typedef
49 LPSTR lpszMethod; // REQUEST_METHOD
50 LPSTR lpszQueryString; // QUERY_STRING
51 LPSTR lpszPathInfo; // PATH_INFO
52 LPSTR lpszPathTranslated; // PATH_TRANSLATED
53 LPSTR lpszFileName; // FileName to PHP3 physical file
54 LPSTR lpszUri; // The request URI
55 LPSTR lpszReq; // The whole HTTP request line
56 LPSTR lpszUser; // The authenticated user
57 LPSTR lpszPassword; // The authenticated password
[all …]
/PHP-5.5/netware/
H A Dsendmail_nw.h4 #define LPSTR char* macro
/PHP-5.5/win32/
H A Dsendmail.h49 static unsigned long GetAddr(LPSTR szHost);
H A Dsendmail.c940 static unsigned long GetAddr(LPSTR szHost) in GetAddr()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp70 BOOL WINAPI GetServerVariable(HCONN, LPSTR, LPVOID, LPDWORD );
727 BOOL WINAPI GetServerVariable(HCONN hConn, LPSTR lpszVariableName, in GetServerVariable()
916 char *GetEnv(LPSTR lpszEnvVar) in GetEnv()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1197 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) in WinMain()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c33778 #define osFormatMessageA ((DWORD(WINAPI*)(DWORD,LPCVOID,DWORD,DWORD,LPSTR, \
33859 #define osGetFullPathNameA ((DWORD(WINAPI*)(LPCSTR,DWORD,LPSTR, \
33860 LPSTR*))aSyscall[24].pCurrent)
33918 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
34137 #define osWideCharToMultiByte ((int(WINAPI*)(UINT,DWORD,LPCWSTR,int,LPSTR,int, \
35049 (LPSTR) &zTemp,

Completed in 357 milliseconds