Lines Matching refs:Byte
189 typedef unsigned char Byte; typedef
190 typedef struct { Byte a, b; } Couple;
193 static Byte *c_to_hh( Byte *o, Byte c );
194 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
195 static int hh_to_c( Byte *h );
196 static Byte *cc_to_t61( Byte *o, Byte *s );
198 static Byte *c_to_hh();
199 static Byte *c_to_cc();
201 static Byte *cc_to_t61();
1022 static Byte *
1023 c_to_hh( Byte *o, Byte c ) in c_to_hh()
1025 Byte n; in c_to_hh()
1037 static Byte *
1038 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc()
1060 Byte *s, *oo, *o; in ldap_t61_to_8859()
1070 s = (Byte *) *bufp; in ldap_t61_to_8859()
1072 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) { in ldap_t61_to_8859()
1174 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_t61_to_8859()
1189 hh_to_c( Byte *h ) in hh_to_c()
1191 Byte c; in hh_to_c()
1209 static Byte *
1210 cc_to_t61( Byte *o, Byte *s ) in cc_to_t61()
1598 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61()
1607 s = (Byte *) *bufp; in ldap_8859_to_t61()
1609 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) { in ldap_8859_to_t61()
1688 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_8859_to_t61()
1727 Byte *s; in convert_8bit_to_escaped()
1729 Byte *o, *oo;
1730 Byte n;
1732 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1751 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1780 Byte *s; in t61_printable()
1782 Byte *o, *oo;
1783 Byte n;
1786 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1829 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {