Searched refs:LPSTR (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/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.6/netware/ |
H A D | sendmail_nw.h | 4 #define LPSTR char* macro
|
/PHP-5.6/win32/ |
H A D | sendmail.h | 49 static unsigned long GetAddr(LPSTR szHost);
|
H A D | sendmail.c | 940 static unsigned long GetAddr(LPSTR szHost) in GetAddr()
|
/PHP-5.6/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.6/sapi/cli/ |
H A D | php_cli.c | 1201 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) in WinMain()
|
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 617 LPSTR usages[] = {szOID_PKIX_KP_SERVER_AUTH, szOID_SERVER_GATED_CRYPTO, szOID_SGC_NETSCAPE}; in win_cert_verify_callback()
|
/PHP-5.6/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 375 milliseconds