Lines Matching refs:uint64_t
161 uint64_t
168 return (uint64_t) *p; in php_mysqlnd_net_field_length_ll()
174 return (uint64_t) MYSQLND_NULL_LENGTH; in php_mysqlnd_net_field_length_ll()
177 return (uint64_t) uint2korr(p + 1); in php_mysqlnd_net_field_length_ll()
180 return (uint64_t) uint3korr(p + 1); in php_mysqlnd_net_field_length_ll()
183 return (uint64_t) uint8korr(p + 1); in php_mysqlnd_net_field_length_ll()
191 php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length) in php_mysqlnd_net_store_length()
193 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
198 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
204 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length()
1623 uint64_t v = in php_mysqlnd_rowp_read_text_protocol()
1625 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
1627 (uint64_t) _atoi64((char *) p); in php_mysqlnd_rowp_read_text_protocol()