Searched refs:LPSTR (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/sapi/pi3web/ |
H A D | pi3web_sapi.h | 24 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.4/netware/ |
H A D | sendmail_nw.h | 4 #define LPSTR char* macro
|
/PHP-5.4/win32/ |
H A D | sendmail.h | 49 static unsigned long GetAddr(LPSTR szHost);
|
H A D | sendmail.c | 939 static unsigned long GetAddr(LPSTR szHost) in GetAddr()
|
/PHP-5.4/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 70 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.4/sapi/cli/ |
H A D | php_cli.c | 1192 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) in WinMain()
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 33778 #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 300 milliseconds