Home
last modified time | relevance | path

Searched refs:tmplen (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dmath.c1108 int tmplen, reslen=0; in _php_math_number_format_ex_len() local
1120 tmplen = spprintf(&tmpbuf, 0, "%.*F", dec, d); in _php_math_number_format_ex_len()
1124 *result_len = tmplen; in _php_math_number_format_ex_len()
1142 integral = tmplen; in _php_math_number_format_ex_len()
1166 s = tmpbuf+tmplen-1; in _php_math_number_format_ex_len()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2865 SQLSMALLINT tmplen; in PHP_FUNCTION() local
2890 …_SQLCOLATTRIBUTE(result->stmt, (SQLUSMALLINT)pv_num, SQL_COLUMN_TYPE_NAME, tmp, 31, &tmplen, NULL); in PHP_FUNCTION()

Completed in 1949 milliseconds