Lines Matching refs:offset
30 b->offset = 0; in buffer_new()
39 b->offset++; in buffer_add()
40 if (b->offset == b->length) { in buffer_add()
43 b->ptr = b->data + b->offset; in buffer_add()
51 b->offset = 0; in buffer_delete()
59 int offset = 0; in base64_encode_xmlrpc() local
85 offset++; in base64_encode_xmlrpc()
86 if (offset > length || offset <= 0) { in base64_encode_xmlrpc()
110 if (!(b->offset % 72)) { in base64_encode_xmlrpc()
124 int offset = 0; in base64_decode_xmlrpc() local
156 offset++; in base64_decode_xmlrpc()
157 if (offset > length) endoffile = 1; in base64_decode_xmlrpc()