Searched refs:LL_MASK (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 39 # define LL_MASK "l" macro 43 # define LL_MASK "I64" macro 46 # define LL_MASK "ll" macro
|
H A D | firebird_statement.c | 343 *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.4/ext/interbase/ |
H A D | php_ibase_includes.h | 137 #define BLOB_ID_MASK "0x%" LL_MASK "x" 143 #define LL_MASK "I64" macro 147 #define LL_MASK "ll" macro
|
H A D | ibase_blobs.c | 79 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 D | ibase_query.c | 560 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 D | interbase.c | 1462 l = spprintf(&res, 0, "%" LL_MASK "d", result); in PHP_FUNCTION()
|
Completed in 22 milliseconds