| H A D | pp_pack.c | 128 #define PUSH16(utf8, cur, p, needs_swap) \ argument 129 PUSH_BYTES(utf8, cur, OFF16(p), SIZE16, needs_swap) 130 #define PUSH32(utf8, cur, p, needs_swap) \ argument 131 PUSH_BYTES(utf8, cur, OFF32(p), SIZE32, needs_swap) 147 #define SHIFT_BYTES(utf8, s, strend, buf, len, datumtype, needs_swap) \ argument 149 if (UNLIKELY(utf8)) { \ 161 #define SHIFT16(utf8, s, strend, p, datumtype, needs_swap) \ argument 162 SHIFT_BYTES(utf8, s, strend, OFF16(p), SIZE16, datumtype, needs_swap) 164 #define SHIFT32(utf8, s, strend, p, datumtype, needs_swap) \ argument 165 SHIFT_BYTES(utf8, 167 SHIFT_VAR(utf8,s,strend,var,datumtype,needs_swap) global() argument 170 PUSH_VAR(utf8,aptr,var,needs_swap) global() argument 272 SHIFT_BYTE(utf8,s,strend,datumtype) global() argument 348 PUSH_BYTES(utf8,cur,buf,len,needs_swap) global() argument 368 GROWING2(utf8,cat,start,cur,item_size,item_count) global() argument 375 GROWING(utf8,cat,start,cur,in_len) global() argument 388 PUSH_GROWING_BYTES(utf8,cat,start,cur,buf,in_len) global() argument 402 PUSH_BYTE(utf8,s,byte) global() argument 873 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_unpack_rec() local 2112 bool utf8 = (symptr->flags & FLAG_PARSE_UTF8) ? 1 : 0; S_pack_rec() local [all...] |