Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h41 # define LL_MASK "l" macro
45 # define LL_MASK "I64" macro
48 # define LL_MASK "ll" macro
H A Dfirebird_statement.c345 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
348 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d.%0*" LL_MASK "d", in firebird_stmt_get_col()
351 *len = slprintf(*ptr, CHAR_BUF_LEN, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in firebird_stmt_get_col()
376 *len = slprintf(*ptr, CHAR_BUF_LEN, "%" LL_MASK "d", *(ISC_INT64*)var->sqldata); in firebird_stmt_get_col()
/PHP-5.3/ext/interbase/
H A Dphp_ibase_includes.h139 #define BLOB_ID_MASK "0x%" LL_MASK "x"
145 #define LL_MASK "I64" macro
149 #define LL_MASK "ll" macro
H A Dibase_blobs.c81 spprintf(&result, BLOB_ID_LEN+1, "0x%0*" LL_MASK "x", 16, *(ISC_UINT64*)(void *) &qd); in _php_ibase_quad_to_string()
84 spprintf(&result, BLOB_ID_LEN+1, "0x%0*" LL_MASK "x", 16, res); in _php_ibase_quad_to_string()
H A Dibase_query.c562 if (!sscanf(Z_STRVAL_P(val), "%" LL_MASK "d", &l)) { in _php_ibase_bind_array()
1344 l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d", *(ISC_INT64 *) data); in _php_ibase_var_zval()
1350 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, n %… in _php_ibase_var_zval()
1352 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, -n … in _php_ibase_var_zval()
1354 l = slprintf(string_data, sizeof(string_data), "-0.%0*" LL_MASK "d", -scale, -n % f); in _php_ibase_var_zval()
H A Dinterbase.c1464 l = spprintf(&res, 0, "%" LL_MASK "d", result); in PHP_FUNCTION()

Completed in 25 milliseconds