HomeSort by relevance Sort by last modified time
    Searched full:pchar (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 138 PCHAR ld_host;
145 PCHAR ld_matched;
146 PCHAR ld_error;
162 PCHAR bv_val;
183 PCHAR ldctl_oid;
221 PCHAR mod_type;
223 PCHAR *modv_strvals;
246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber);
248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber);
250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure)
    [all...]
iscsidsc.h 306 HRESULT WINAPI AddIScsiConnectionA(PISCSI_UNIQUE_SESSION_ID UniqueSessionId,PVOID Reserved,ULONG InitiatorPortNumber,PISCSI_TARGET_PORTALA TargetPortal,ISCSI_SECURITY_FLAGS SecurityFlags,PSCSI_LOGIN_OPTIONS LoginOptions,ULONG KeySize,PCHAR Key,PISCSI_UNIQUE_CONNECTION_ID ConnectionId);
307 HRESULT WINAPI AddIScsiConnectionW(PISCSI_UNIQUE_SESSION_ID UniqueSessionId,PVOID Reserved,ULONG InitiatorPortNumber,PISCSI_TARGET_PORTALW TargetPortal,ISCSI_SECURITY_FLAGS SecurityFlags,PSCSI_LOGIN_OPTIONS LoginOptions,ULONG KeySize,PCHAR Key,PISCSI_UNIQUE_CONNECTION_ID ConnectionId);
309 HRESULT WINAPI AddIScsiSendTargetPortalA(PCHAR InitiatorName,ULONG InitiatorPortNumber,PISCI_LOGIN_OPTIONS LoginOptions,ISCSI_SECURITY_FLAGS SecurityFlags,PISCSI_TARGET_PORTALA Portal);
313 HRESULT WINAPI AddIScsiStaticTargetA(PCHAR TargetName,PCHAR TargetAlias,ISCSI_TARGET_FLAGS TargetFlags,BOOLEAN Persist,PISCSI_TARGET_MAPPINGA Mappings,PISCSI_LOGIN_OPTIONS LoginOptions,PISCSI_TARGET_PORTAL_GROUPA PortalGroup);
317 HRESULT WINAPI AddISNSServerA(PCHAR Address);
320 HRESULT WINAPI AddRadiusServerA(PCHAR Address);
323 HRESULT WINAPI AddPersistentiScsiDeviceA(PCHAR VolumePath);
328 HRESULT WINAPI RemoveIScsiPersistentTargetA(PCHAR InitiatorInstance,ULONG InitiatorPortNumber,PCHAR TargetName,PISCSI_TARGET_PORTALA Portal)
    [all...]
ilogobj.hxx 37 virtual LPSTR WINAPI GetSiteName(PCHAR pszSiteName,PDWORD pcbSize) = 0;
38 virtual LPSTR WINAPI GetComputerName(PCHAR pszComputerName,PDWORD pcbSize) = 0;
39 virtual LPSTR WINAPI GetClientHostName(PCHAR pszClientHostName,PDWORD pcbSize) = 0;
40 virtual LPSTR WINAPI GetClientUserName(PCHAR pszClientUserName,PDWORD pcbSize) = 0;
41 virtual LPSTR WINAPI GetServerAddress(PCHAR pszServerIPAddress,PDWORD pcbSize) = 0;
42 virtual LPSTR WINAPI GetOperation(PCHAR pszOperation,PDWORD pcbSize) = 0;
43 virtual LPSTR WINAPI GetTarget(PCHAR pszTarget,PDWORD pcbSize) = 0;
44 virtual LPSTR WINAPI GetParameters(PCHAR pszParameters,PDWORD pcbSize) = 0;
45 virtual LPSTR WINAPI GetExtraHTTPHeaders(PCHAR pszHTTPHeaders,PDWORD pcbSize) = 0;
52 virtual LPSTR WINAPI GetVersionString(PCHAR pszVersionString,PDWORD pcbSize) = 0
    [all...]
hidpi.h 79 PCHAR NewScanCodes,
293 * IN PCHAR Report,
311 * IN PCHAR Report,
334 PCHAR Report,
365 PCHAR Report,
402 PCHAR Report,
414 PCHAR Report,
427 PCHAR Report,
438 PCHAR UsageValue,
441 PCHAR Report
    [all...]
winber.h 42 WINBERAPI INT BERAPI ber_printf(BerElement *pBerElement,PCHAR fmt,...);
43 WINBERAPI ULONG BERAPI ber_scanf(BerElement *pBerElement,PCHAR fmt,...);
http.h 544 PCHAR Buffer;
571 PCHAR ClientIp;
572 PCHAR ServerName;
573 PCHAR ServiceName;
574 PCHAR ServerIp;
575 PCHAR Method;
576 PCHAR UriQuery;
577 PCHAR Host;
578 PCHAR UserAgent;
579 PCHAR Cookie
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 29 next_in: PChar; (* next input byte *)
33 next_out: PChar; (* next output byte should be put there *)
37 msg: PChar; (* last error message, NULL if no error *)
55 extra: PChar; (* pointer to extra field or Z_NULL if none *)
58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
105 function zlibVersion: PChar;
116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
127 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar;
137 windowBits: Integer; window: PChar): Integer
    [all...]
example.pas 31 const hello: PChar = 'hello, hello!';
33 const dictionary: PChar = 'hello';
66 StrCopy(PChar(uncompr), 'garbage');
71 if StrComp(PChar(uncompr), hello) <> 0 then
74 WriteLn('uncompress(): ', PChar(uncompr));
82 procedure test_gzio(const fname: PChar; (* compressed file name *)
127 StrCopy(PChar(uncompr), 'garbage');
134 if StrComp(PChar(uncompr), hello) <> 0 then
136 WriteLn('bad gzread: ', PChar(uncompr));
140 WriteLn('gzread(): ', PChar(uncompr))
    [all...]
  /external/pcre/dist/
pcregexp.pas 74 ErrorMsg : Pchar;
78 function Search(AStr: Pchar; ALen : longint) : boolean; virtual;
79 function SearchNext( AStr: Pchar; ALen : longint) : boolean; virtual;
80 function SearchOfs ( AStr: Pchar; ALen, AOfs : longint) : boolean; virtual;
83 function GetSubStr(ANom: integer; AStr: Pchar) : string; virtual;
84 function GetFullStr(AStr: Pchar) : string; virtual;
85 function GetReplStr(AStr: Pchar; const ARepl: string) : string; virtual;
86 function GetPreSubStr(AStr: Pchar) : string; virtual;
87 function GetPostSubStr(AStr: Pchar) : string; virtual;
99 function pcGetVersion : pchar;
    [all...]
  /hardware/intel/bootstub/
sfi.c 32 char *pchar = (char *)start; local
34 for (i = 0; i < len; i++, pchar++) {
35 if (pchar[0] == 'M'
36 && pchar[1] == 'M'
37 && pchar[2] == 'A'
38 && pchar[3] == 'P')
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 135 CFX_RTFChar* pChar;
137 pChar = m_pChars->GetDataPtr(i);
138 *pText++ = (FX_WCHAR)pChar->m_wCharCode;
149 CFX_RTFChar* pChar;
151 pChar = m_pChars->GetDataPtr(i);
152 *pWidths++ = pChar->m_iCharWidth;
fx_tbk.h 138 CFX_Char* pChar;
140 pChar = m_pChars->GetDataPtr(i);
141 *pText++ = (FX_WCHAR)pChar->m_wCharCode;
153 CFX_Char* pChar;
155 pChar = m_pChars->GetDataPtr(i);
156 *pWidths++ = pChar->m_iCharWidth;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 43 CFX_RTFChar* pChar;
47 pChar = m_LineChars.GetDataPtr(i);
48 if ((pUnknown = pChar->m_pUserData) != NULL) {
fx_textbreak.h 40 CFX_Char* pChar;
42 pChar = m_pLineChars->GetDataPtr(i);
43 *pBuf++ = (FX_WCHAR)pChar->m_wCharCode;
  /development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/fw/arc/
types.h 21 typedef CHAR *PCHAR;
  /external/clang/test/SemaCXX/
return.cpp 72 typedef char *PCHAR;
75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}}

Completed in 1667 milliseconds

1 2 3 4