Searched refs:PChar (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas29 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)
[all...]
H A Dexample.pas31 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(uncomp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas29 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)
[all...]
H A Dexample.pas31 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(uncomp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas28 next_in: PChar; (* next input byte *)
32 next_out: PChar; (* next output byte should be put there *)
36 msg: PChar; (* last error message, NULL if no error *)
83 function zlibVersion: PChar;
94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar;
108 windowBits: Integer; window: PChar): Integer;
115 function compress(dest: PChar; var destLen: LongInt;
116 const source: PChar; sourceLen: LongInt): Integer;
117 function compress2(dest: PChar; va
[all...]
H A Dexample.pas31 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(uncomp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas28 next_in: PChar; (* next input byte *)
32 next_out: PChar; (* next output byte should be put there *)
36 msg: PChar; (* last error message, NULL if no error *)
83 function zlibVersion: PChar;
94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar;
108 windowBits: Integer; window: PChar): Integer;
115 function compress(dest: PChar; var destLen: LongInt;
116 const source: PChar; sourceLen: LongInt): Integer;
117 function compress2(dest: PChar; va
[all...]
H A Dexample.pas31 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(uncomp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas24 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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas24 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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas24 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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas24 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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp36 CPPUNIT_TEST( PChar );
62 void PChar();
119 void StringTestCase::PChar() function in class:StringTestCase

Completed in 190 milliseconds