Home
last modified time | relevance | path

Searched refs:LL_MASK (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h39 # define LL_MASK "l" macro
43 # define LL_MASK "I64" macro
46 # define LL_MASK "ll" macro
H A Dfirebird_statement.c343 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
346 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
349 *len = slprintf(*ptr, CHAR_BUF_LEN, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in firebird_stmt_get_col()
374 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d", *(ISC_INT64*)var->sqldata); in firebird_stmt_get_col()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h137 #define BLOB_ID_MASK "0x%" LL_MASK "x"
143 #define LL_MASK "I64" macro
147 #define LL_MASK "ll" macro
H A Dibase_blobs.c79 spprintf(&result, BLOB_ID_LEN+1, "0x%0*" LL_MASK "x", 16, *(ISC_UINT64*)(void *) &qd); in _php_ibase_quad_to_string()
82 spprintf(&result, BLOB_ID_LEN+1, "0x%0*" LL_MASK "x", 16, res); in _php_ibase_quad_to_string()
H A Dibase_query.c560 if (!sscanf(Z_STRVAL_P(val), "%" LL_MASK "d", &l)) { in _php_ibase_bind_array()
1337 l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d", *(ISC_INT64 *) data); in _php_ibase_var_zval()
1343 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, n %… in _php_ibase_var_zval()
1345 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, -n … in _php_ibase_var_zval()
1347 l = slprintf(string_data, sizeof(string_data), "-0.%0*" LL_MASK "d", -scale, -n % f); in _php_ibase_var_zval()
H A Dinterbase.c1462 l = spprintf(&res, 0, "%" LL_MASK "d", result); in PHP_FUNCTION()

Completed in 29 milliseconds