Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/mysql/server
File: pack.h
/* Copyright (c) 2016, MariaDB
[0] Fix | Delete
[1] Fix | Delete
This program is free software; you can redistribute it and/or modify
[2] Fix | Delete
it under the terms of the GNU General Public License as published by
[3] Fix | Delete
the Free Software Foundation; version 2 of the License.
[4] Fix | Delete
[5] Fix | Delete
This program is distributed in the hope that it will be useful,
[6] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[7] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[8] Fix | Delete
GNU General Public License for more details.
[9] Fix | Delete
[10] Fix | Delete
You should have received a copy of the GNU General Public License
[11] Fix | Delete
along with this program; if not, write to the Free Software
[12] Fix | Delete
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
[13] Fix | Delete
[14] Fix | Delete
#ifdef __cplusplus
[15] Fix | Delete
extern "C" {
[16] Fix | Delete
#endif
[17] Fix | Delete
[18] Fix | Delete
ulong net_field_length(uchar **packet);
[19] Fix | Delete
my_ulonglong net_field_length_ll(uchar **packet);
[20] Fix | Delete
my_ulonglong safe_net_field_length_ll(uchar **packet, size_t packet_len);
[21] Fix | Delete
uchar *net_store_length(uchar *pkg, ulonglong length);
[22] Fix | Delete
uchar *safe_net_store_length(uchar *pkg, size_t pkg_len, ulonglong length);
[23] Fix | Delete
unsigned int net_length_size(ulonglong num);
[24] Fix | Delete
[25] Fix | Delete
#ifdef __cplusplus
[26] Fix | Delete
}
[27] Fix | Delete
#endif
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function