Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h162 #define MYSQLI_LL_SPEC "%I64d" macro
176 #define MYSQLI_LL_SPEC "%" PRId64 macro
H A Dmysqli.c1176 …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.c1066 …zeof(tmp), (stmt->stmt->fields[i].flags & UNSIGNED_FLAG)? MYSQLI_LLU_SPEC : MYSQLI_LL_SPEC, llval);

Completed in 19 milliseconds