Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c553 SWORD colnamelen; in odbc_stmt_describe() local
558 sizeof(S->cols[colno].colname)-1, &colnamelen, in odbc_stmt_describe()
581 col->namelen = colnamelen; in odbc_stmt_describe()
/PHP-5.5/ext/odbc/
H A Dbirdstep.c354 SWORD cols,i,colnamelen; in PHP_FUNCTION() local
402 &colnamelen,NULL); in PHP_FUNCTION()
H A Dphp_odbc.c949 SQLSMALLINT colnamelen; /* Not used */ in odbc_bindcols() local
964 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()

Completed in 21 milliseconds