Lines Matching refs:offset
29 b->offset = 0; in buffer_new()
35 b->offset++; in buffer_add()
36 if (b->offset == b->length) { in buffer_add()
39 b->ptr = b->data + b->offset; in buffer_add()
47 b->offset = 0; in buffer_delete()
55 int offset = 0; in base64_encode_xmlrpc() local
81 offset++; in base64_encode_xmlrpc()
82 if (offset > length) { in base64_encode_xmlrpc()
106 if (!(b->offset % 72)) { in base64_encode_xmlrpc()
120 int offset = 0; in base64_decode_xmlrpc() local
152 offset++; in base64_decode_xmlrpc()
153 if (offset > length) endoffile = 1; in base64_decode_xmlrpc()