Searched refs:uint (Results 1 - 25 of 122) sorted by relevance

12345

/macosx-10.10/tidy-15.15/tidy/src/
H A Dcharsets.h9 uint TY_(GetEncodingIdFromName)(ctmbstr name);
10 uint TY_(GetEncodingIdFromCodePage)(uint cp);
11 uint TY_(GetEncodingCodePageFromName)(ctmbstr name);
12 uint TY_(GetEncodingCodePageFromId)(uint id);
13 ctmbstr TY_(GetEncodingNameFromId)(uint id);
14 ctmbstr TY_(GetEncodingNameFromCodePage)(uint cp);
H A Dentities.h20 /* uint EntityCode( ctmbstr name, uint versions ); */
21 ctmbstr TY_(EntityName)( uint charCode, uint versions );
22 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
H A Dpprint.h55 uint *linebuf;
56 uint lbufsize;
57 uint linelen;
58 uint wraphere;
59 uint linecount;
61 uint ixInd;
69 uint CWrapLen( TidyDocImpl* doc, uint ind );
75 void TY_(PFlushLine)( TidyDocImpl* doc, uint indent );
88 void TY_(PPrintTree)( TidyDocImpl* doc, uint mod
[all...]
H A Dwin32tc.h13 uint TY_(Win32MLangGetCPFromName)(ctmbstr encoding);
14 Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp);
16 int TY_(Win32MLangGetChar)(byte firstByte, StreamIn * in, uint * bytesRead);
H A Dstreamio.h70 uint bufpos;
71 uint bufsize;
88 uint otextlen;
103 uint TY_(ReadChar)( StreamIn* in );
104 void TY_(UngetChar)( uint c, StreamIn* in );
116 uint nl;
126 StreamOut* TY_(FileOutput)( FILE* fp, int encoding, uint newln );
127 StreamOut* TY_(BufferOutput)( TidyBuffer* buf, int encoding, uint newln );
128 StreamOut* TY_(UserOutput)( TidyOutputSink* sink, int encoding, uint newln );
134 void TY_(WriteChar)( uint
[all...]
H A Dtmbstr.h28 tmbstr TY_(tmbstrndup)( ctmbstr str, uint len);
31 uint TY_(tmbstrncpy)( tmbstr s1, ctmbstr s2, uint size );
33 uint TY_(tmbstrcpy)( tmbstr s1, ctmbstr s2 );
35 uint TY_(tmbstrcat)( tmbstr s1, ctmbstr s2 );
41 uint TY_(tmbstrlen)( ctmbstr str );
56 int TY_(tmbstrncmp)( ctmbstr s1, ctmbstr s2, uint n );
58 int TY_(tmbstrncasecmp)( ctmbstr s1, ctmbstr s2, uint n );
63 /* int TY_(tmbstrnchr)( ctmbstr s1, uint len1, tmbchar cc ); */
65 ctmbstr TY_(tmbsubstrn)( ctmbstr s1, uint len
[all...]
H A Dlexer.h309 uint start; /* start of span onto text array */
310 uint end; /* end of span onto text array */
313 uint line; /* current line of document */
314 uint column; /* current column of document */
338 uint badAccess; /* for accessibility errors */
339 uint badLayout; /* for bad style errors */
340 uint badChars; /* for bad character encodings */
341 uint badForm; /* for mismatched/mispositioned form tags */
342 uint warnings; /* count of warnings in this document */
343 uint error
[all...]
H A Dtidy-int.h60 uint optionErrors;
61 uint errors;
62 uint warnings;
63 uint accessErrors;
64 uint infoMessages;
65 uint docErrors;
68 uint badAccess; /* for accessibility errors */
69 uint badLayout; /* for bad style errors */
70 uint badChars; /* for bad char encodings */
71 uint badFor
[all...]
H A Dtmbstr.c24 uint len = TY_(tmbstrlen)( str );
33 tmbstr TY_(tmbstrndup)( ctmbstr str, uint len )
47 uint TY_(tmbstrncpy)( tmbstr s1, ctmbstr s2, uint size )
61 uint TY_(tmbstrcpy)( tmbstr s1, ctmbstr s2 )
63 uint ncpy = 0;
71 uint TY_(tmbstrcat)( tmbstr s1, ctmbstr s2 )
73 uint ncpy = 0;
99 uint TY_(tmbstrlen)( ctmbstr str )
101 uint le
[all...]
H A Dutf8.h24 int TY_(DecodeUTF8BytesToChar)( uint* c, uint firstByte, ctmbstr successorBytes,
27 int TY_(EncodeCharToUTF8Bytes)( uint c, tmbstr encodebuf,
31 uint TY_(GetUTF8)( ctmbstr str, uint *ch );
32 tmbstr TY_(PutUTF8)( tmbstr buf, uint c );
H A Dmessage.h51 void TY_(ReportEncodingWarning)(TidyDocImpl* doc, uint code, uint encoding);
52 void TY_(ReportEncodingError)(TidyDocImpl* doc, uint code, uint c, Bool discarded);
53 void TY_(ReportEntityError)( TidyDocImpl* doc, uint code, ctmbstr entity, int c );
54 void TY_(ReportAttrError)( TidyDocImpl* doc, Node* node, AttVal* av, uint code );
59 void TY_(ReportAccessWarning)( TidyDocImpl* doc, Node* node, uint code );
60 void TY_(ReportAccessError)( TidyDocImpl* doc, Node* node, uint code );
64 void TY_(ReportNotice)(TidyDocImpl* doc, Node *element, Node *node, uint code);
65 void TY_(ReportWarning)(TidyDocImpl* doc, Node *element, Node *node, uint cod
[all...]
H A Dstreamio.c37 static uint ReadCharFromStream( StreamIn* in );
39 static uint ReadByte( StreamIn* in );
40 static void UngetByte( StreamIn* in, uint byteValue );
42 static void PutByte( uint byteValue, StreamOut* out );
44 static void EncodeWin1252( uint c, StreamOut* out );
45 static void EncodeMacRoman( uint c, StreamOut* out );
46 static void EncodeIbm858( uint c, StreamOut* out );
47 static void EncodeLatin0( uint c, StreamOut* out );
49 static uint DecodeIbm850(uint
[all...]
H A Dpprint.c37 static void PPrintAsp( TidyDocImpl* doc, uint indent, Node* node );
38 static void PPrintJste( TidyDocImpl* doc, uint indent, Node* node );
39 static void PPrintPhp( TidyDocImpl* doc, uint indent, Node* node );
40 static int TextEndsWithNewline( Lexer *lexer, Node *node, uint mode );
41 static int TextStartsWithWhitespace( Lexer *lexer, Node *node, uint start, uint mode );
49 uint CWrapLen( TidyDocImpl* doc, uint ind )
52 uint wraplen = cfg( doc, TidyWrapLen );
305 static void expand( TidyPrintImpl* pprint, uint le
[all...]
H A Dentities.c29 uint versions;
30 uint code;
326 uint EntityCode( ctmbstr name, uint versions )
334 uint c = 0; /* zero on missing/bad number */
343 return (uint) c;
358 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions )
368 uint c = 0; /* zero on missing/bad number */
395 ctmbstr TY_(EntityName)( uint c
[all...]
H A Dbuffio.c68 void TIDY_CALL tidyBufAlloc( TidyBuffer* buf, uint allocSize )
97 void TIDY_CALL tidyBufCheckAlloc( TidyBuffer* buf, uint allocSize, uint chunkSize )
105 uint allocAmt = chunkSize;
122 void TIDY_CALL tidyBufAttach( TidyBuffer* buf, byte* bp, uint size )
141 void TIDY_CALL tidyBufAppend( TidyBuffer* buf, void* vp, uint size )
H A Dcharsets.c19 uint id;
21 uint codepage;
22 uint stateful;
959 uint TY_(GetEncodingIdFromName)(ctmbstr name)
961 uint i;
970 uint TY_(GetEncodingIdFromCodePage)(uint cp)
972 uint i;
981 uint TY_(GetEncodingCodePageFromName)(ctmbstr name)
983 uint
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddtstrhash.c38 uint dtstrhash(uint h, Void_t* args, ssize_t n)
40 uint dtstrhash(h,args,n)
41 reg uint h;
/macosx-10.10/tidy-15.15/tidy/include/
H A Dbuffio.h32 uint size; /**< # bytes currently in use */
33 uint allocated; /**< # bytes allocated */
34 uint next; /**< Offset of current input position */
41 TIDY_EXPORT void TIDY_CALL tidyBufAlloc( TidyBuffer* buf, uint allocSize );
47 uint allocSize, uint chunkSize );
56 TIDY_EXPORT void TIDY_CALL tidyBufAttach( TidyBuffer* buf, byte* bp, uint size );
63 TIDY_EXPORT void TIDY_CALL tidyBufAppend( TidyBuffer* buf, void* vp, uint size );
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonKeyDerivation.h104 CCPseudoRandomAlgorithm prf, uint rounds,
130 uint
H A DCommonKeyDerivationSPI.h41 uint rounds, // ignored except for PBKDF
/macosx-10.10/swig-12/Lib/csharp/
H A Darrays_csharp.i99 CSHARP_ARRAYS(unsigned int, uint)
104 CSHARP_ARRAYS(unsigned long, uint)
133 CSHARP_ARRAYS_FIXED(unsigned int, uint)
135 CSHARP_ARRAYS_FIXED(unsigned long, uint)
H A Dtypemaps.i91 INPUT_TYPEMAP(unsigned int, unsigned int, uint)
93 INPUT_TYPEMAP(unsigned long, unsigned long, uint)
185 OUTPUT_TYPEMAP(unsigned int, unsigned int, uint, UINT32_PTR)
187 OUTPUT_TYPEMAP(unsigned long, unsigned long, uint, UINT32_PTR)
286 INOUT_TYPEMAP(unsigned int, unsigned int, uint, UINT32_PTR)
288 INOUT_TYPEMAP(unsigned long, unsigned long, uint, UINT32_PTR)
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dconfig_zkt.h112 typedef unsigned int uint; typedef
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dhtmltidy.c37 uint write_cb(char *in, uint size, uint nmemb, TidyBuffer *out)
39 uint r;
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddosfs.h148 uint flags; /* attributes */
153 uint fsckflags; /* flags during fsck */

Completed in 163 milliseconds

12345