Lines Matching refs:uint64_t
159 uint64_t
166 return (uint64_t) *p; in php_mysqlnd_net_field_length_ll()
172 return (uint64_t) MYSQLND_NULL_LENGTH; in php_mysqlnd_net_field_length_ll()
175 return (uint64_t) uint2korr(p + 1); in php_mysqlnd_net_field_length_ll()
178 return (uint64_t) uint3korr(p + 1); in php_mysqlnd_net_field_length_ll()
181 return (uint64_t) uint8korr(p + 1); in php_mysqlnd_net_field_length_ll()
189 php_mysqlnd_net_store_length(zend_uchar *packet, uint64_t length) in php_mysqlnd_net_store_length()
191 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
196 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
202 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length()
1403 uint64_t v = in php_mysqlnd_rowp_read_text_protocol()
1405 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
1407 (uint64_t) _atoi64((char *) p); in php_mysqlnd_rowp_read_text_protocol()