Home
last modified time | relevance | path

Searched refs:pdo_uint64_t (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dpdo.c339 while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) { in php_pdo_int64_to_str()
340 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str()
H A Dphp_pdo_driver.h33 typedef unsigned __int64 pdo_uint64_t; typedef
36 typedef unsigned long long int pdo_uint64_t; typedef

Completed in 7 milliseconds