Home
last modified time | relevance | path

Searched refs:MYSQLI_LL_SPEC (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h173 #define MYSQLI_LL_SPEC "%I64d" macro
187 #define MYSQLI_LL_SPEC "%" PRId64 macro
H A Dmysqli.c1188 …ql_fetch_field_direct(result, i)->flags & UNSIGNED_FLAG)? MYSQLI_LLU_SPEC : MYSQLI_LL_SPEC, llval); in php_mysqli_fetch_into_hash_aux()
H A Dmysqli_api.c1112 …zeof(tmp), (stmt->stmt->fields[i].flags & UNSIGNED_FLAG)? MYSQLI_LLU_SPEC : MYSQLI_LL_SPEC, llval);

Completed in 17 milliseconds