coltype 912 ext/mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR,res_buf,-1); coltype 930 ext/mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset)); coltype 957 ext/mssql/php_mssql.c else if (dbwillconvert(coltype(offset),SQLCHAR)) { coltype 981 ext/mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR, res_buf, -1); coltype 999 ext/mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset)); coltype 1104 ext/mssql/php_mssql.c result->fields[i].type = coltype(i+1); coltype 86 ext/mssql/php_mssql.h #define anyintcol(j) (coltype(j)==SQLINT4?intcol(j):(coltype(j)==SQLINT2?smallintcol(j):tinyintcol(j))) coltype 656 ext/odbc/php_odbc.c NULL, 0, NULL, &result->values[i].coltype); coltype 662 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1423 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1433 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) { coltype 1582 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1592 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) { coltype 1804 ext/odbc/php_odbc.c switch(result->values[field_ind].coltype) { coltype 1811 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[field_ind].coltype)) { coltype 1847 ext/odbc/php_odbc.c if (result->values[field_ind].coltype == SQL_LONGVARCHAR) fieldsize -= 1; coltype 1958 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1968 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && coltype 234 ext/odbc/php_odbc_includes.h SDWORD coltype; coltype 116 ext/pdo_dblib/dblib_stmt.c S->cols[i].coltype = dbcoltype(H->link, i+1); coltype 149 ext/pdo_dblib/dblib_stmt.c switch (S->cols[i].coltype) { coltype 162 ext/pdo_dblib/dblib_stmt.c if (dbwillconvert(S->cols[i].coltype, SQLCHAR)) { coltype 166 ext/pdo_dblib/dblib_stmt.c val->len = dbconvert(NULL, S->cols[i].coltype, dbdata(H->link, i+1), coltype 117 ext/pdo_dblib/php_pdo_dblib_int.h int coltype; coltype 391 ext/pdo_odbc/odbc_stmt.c &S->cols[colno].coltype, &colsize, NULL, NULL); coltype 138 ext/pdo_odbc/php_pdo_odbc_int.h SWORD coltype; coltype 55 ext/sybase/php_sybase_db.c #define anyintcol(j) (coltype(j)==SYBINT4?intcol(j):(coltype(j)==SYBINT2?smallintcol(j):tinyintcol(j))) coltype 706 ext/sybase/php_sybase_db.c if (dbwillconvert(coltype(offset),SYBCHAR)) { coltype 712 ext/sybase/php_sybase_db.c switch (coltype(offset)) { coltype 732 ext/sybase/php_sybase_db.c dbconvert(NULL,coltype(offset),dbdata(sybase_ptr->link,offset), src_length,SYBCHAR,res_buf,res_length); coltype 747 ext/sybase/php_sybase_db.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Sybase: column %d has unknown data type (%d)", offset, coltype(offset)); coltype 830 ext/sybase/php_sybase_db.c column_types[i] = coltype(i+1);