Home
last modified time | relevance | path

Searched refs:fetched_len (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c592 S->cols[colno].datalen+1, &S->cols[colno].fetched_len); in odbc_stmt_describe()
627 256, &C->fetched_len); in odbc_stmt_get_col()
651 C->fetched_len = 0; in odbc_stmt_get_col()
653 rc = SQLGetData(S->stmt, colno+1, SQL_C_CHAR, buf2, 256, &C->fetched_len); in odbc_stmt_get_col()
664 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
665 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
666 used = used + C->fetched_len; in odbc_stmt_get_col()
696 if (C->fetched_len == SQL_NULL_DATA) { in odbc_stmt_get_col()
701 } else if (C->fetched_len >= 0) { in odbc_stmt_get_col()
704 *len = C->fetched_len; in odbc_stmt_get_col()
H A Dphp_pdo_odbc_int.h139 SQLLEN fetched_len; member
/PHP-5.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h49 ub2 fetched_len; member
H A Doci_statement.c591 &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); in oci_stmt_describe()
740 *len = C->fetched_len; in oci_stmt_get_col()
747 *len = C->fetched_len; in oci_stmt_get_col()

Completed in 38 milliseconds