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

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cchannel.h 57 typedef UINT _stdcall VIRTUALCHANNELOPEN(LPVOID pInitHandle,LPDWORD pOpenHandle,PCHAR pChannelName,PCHANNEL_OPEN_EVENT_FN pChannelOpenEventProc);
ksdebug.h 39 static const PCHAR IrpMjFuncDesc[] = {
iptypes.h 233 PCHAR AdapterName;
296 PCHAR AdapterName;
prntfont.h 103 #define GET_SELECT_CMD(pUni) ((PCHAR)(pUni) + (pUni)->SelectFont.loOffset)
104 #define GET_UNSELECT_CMD(pUni) ((PCHAR)(pUni) + (pUni)->UnSelectFont.loOffset)
cfgmgr32.h 788 CMAPI CONFIGRET WINAPI CM_Enumerate_EnumeratorsA(ULONG ulEnumIndex,PCHAR Buffer,PULONG pulLength,ULONG ulFlags);
790 CMAPI CONFIGRET WINAPI CM_Enumerate_Enumerators_ExA(ULONG ulEnumIndex,PCHAR Buffer,PULONG pulLength,ULONG ulFlags,HMACHINE hMachine);
803 CMAPI CONFIGRET WINAPI CM_Get_Class_NameA(LPGUID ClassGuid,PCHAR Buffer,PULONG pulLength,ULONG ulFlags);
805 CMAPI CONFIGRET WINAPI CM_Get_Class_Name_ExA(LPGUID ClassGuid,PCHAR Buffer,PULONG pulLength,ULONG ulFlags,HMACHINE hMachine);
813 CMAPI CONFIGRET WINAPI CM_Get_Device_IDA(DEVINST dnDevInst,PCHAR Buffer,ULONG BufferLen,ULONG ulFlags);
815 CMAPI CONFIGRET WINAPI CM_Get_Device_ID_ExA(DEVINST dnDevInst,PCHAR Buffer,ULONG BufferLen,ULONG ulFlags,HMACHINE hMachine);
817 CMAPI CONFIGRET WINAPI CM_Get_Device_ID_ListA(PCSTR pszFilter,PCHAR Buffer,ULONG BufferLen,ULONG ulFlags);
819 CMAPI CONFIGRET WINAPI CM_Get_Device_ID_List_ExA(PCSTR pszFilter,PCHAR Buffer,ULONG BufferLen,ULONG ulFlags,HMACHINE hMachine);
    [all...]
rassapi.h 56 PCHAR Data;
netioapi.h 315 PCHAR WINAPI if_indextoname(
317 PCHAR InterfaceName
wtsapi32.h 184 WINBOOL WINAPI WTSVirtualChannelRead(HANDLE hChannelHandle,ULONG TimeOut,PCHAR Buffer,ULONG BufferSize,PULONG pBytesRead);
185 WINBOOL WINAPI WTSVirtualChannelWrite(HANDLE hChannelHandle,PCHAR Buffer,ULONG Length,PULONG pBytesWritten);
msputils.h 128 #define CONTAINING_RECORD(address,type,field) ((type *)((PCHAR)(address) - (ULONG_PTR)(&((type *)0)->field)))
ntdef.h 350 typedef CHAR *PCHAR, *LPCH, *PCH;
472 PCHAR Buffer;
640 ( (((PCHAR)(&(Struct)->Field)) + sizeof((Struct)->Field)) <= (((PCHAR)(Struct))+(Size)) )
  /external/netperf/src/
netcpu_ntperf.c 153 ZeroMemory((PCHAR)NewPerfCntrs, sizeof(PerfObj));
212 CopyMemory((PCHAR)&PerfCntrs->StartInfo[0],
213 (PCHAR)&PerfCntrs->EndInfo[0],
220 (PCHAR)&PerfCntrs->EndInfo[0], sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)*MAXCPUS,
248 ZeroMemory((PCHAR)&PerfCntrs->EndInfo[returnNumCPUs],
  /external/zlib/src/contrib/delphi/
ZLib.pas 24 next_in: PChar; // next input byte
28 next_out: PChar; // next output byte should be put here
32 msg: PChar; // last error message, NULL if no error
241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar;
247 function inflateInit_(var strm: TZStreamRec; version: PChar;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 283 PCHAR VendorId;
284 PCHAR ProductId;
285 PCHAR ProductRevision;
872 PCHAR ModeSenseBuffer,
880 PCHAR ModeSenseBuffer,
987 PCHAR DeviceName,
ntstrsafe.h 263 PCHAR LocalDestinationEnd;
343 PCHAR LocalDestinationEnd;
433 PCHAR LocalDestinationEnd;
strmini.h 413 IN PCHAR File,
415 IN PCHAR AssertText,
xfilter.h 141 PCHAR _D = (D); \
142 PCHAR _S = (S); \
acpiioct.h 162 Argument->DataLength = strlen((PCHAR)StrData) + sizeof(UCHAR); \
  /external/libedit/src/
search.c 211 static Char pchar = ':';/* ':' = normal, '?' = failed */ local
213 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
231 pchar = ':';
245 *el->el_line.lastchar++ = pchar;
358 if (pchar == '?') { /* wrap around */
417 pchar = '?';
419 pchar = ':';
424 if (ret == CC_ERROR && pchar == '?' && oldpchar == ':')
434 pchar = oldpchar;
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 171 char *basePath, *pChar;
200 for(pChar = basePath; *pChar; pChar++) {
201 if (*pChar == '\\') {
202 *pChar = '/';
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 469 PCHAR FileName;
481 PCHAR FileName;
488 PCHAR FileName;
517 PCHAR desc;
570 PCHAR IMAGEAPI SymSetHomeDirectory(PCSTR dir);
571 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 126 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
127 if (!pChar || !pChar->m_pBitmap)
130 CFX_DIBitmap* pBitmap = pChar->m_pBitmap;
132 image_matrix = pChar->m_ImageMatrix;
  /external/llvm/lib/Support/
regengine.inc 113 static char *pchar(int);
977 (void)fprintf(d, " %s", pchar(ch));
996 (void)printf("%s %s-", title, pchar(*start));
997 (void)printf("%s ", pchar(*stop));
1004 - pchar - make a character printable
1012 pchar(int ch)
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 110 static char *pchar(int);
966 (void)fprintf(d, " %s", pchar(ch));
985 (void)printf("%s %s-", title, pchar(*start));
986 (void)printf("%s ", pchar(*stop));
993 - pchar - make a character printable
1001 pchar(int ch) function
  /external/c-ares/
ares_iphlpapi.h 196 PCHAR AdapterName;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 209 PCHAR Buffer;
893 IN OUT PCHAR Buffer,
952 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno);
961 IN PCHAR Buffer,

Completed in 1004 milliseconds

12 3 4