Lines Matching refs:Byte
191 typedef unsigned char Byte;
192 typedef struct { Byte a, b; } Couple;
195 static Byte *c_to_hh( Byte *o, Byte c );
196 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
197 static int hh_to_c( Byte *h );
198 static Byte *cc_to_t61( Byte *o, Byte *s );
200 static Byte *c_to_hh();
201 static Byte *c_to_cc();
203 static Byte *cc_to_t61();
1024 static Byte *
1025 c_to_hh( Byte *o, Byte c )
1027 Byte n;
1039 static Byte *
1040 c_to_cc( Byte *o, Couple *cc, Byte c )
1062 Byte *s, *oo, *o;
1072 s = (Byte *) *bufp;
1074 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
1176 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
1191 hh_to_c( Byte *h )
1193 Byte c;
1211 static Byte *
1212 cc_to_t61( Byte *o, Byte *s )
1600 Byte *s, *oo, *o, *aux;
1609 s = (Byte *) *bufp;
1611 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
1690 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
1729 Byte *s;
1731 Byte *o, *oo;
1732 Byte n;
1734 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1753 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1782 Byte *s;
1784 Byte *o, *oo;
1785 Byte n;
1788 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1831 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {