Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c631 S->cols[colno].datalen+1, &S->cols[colno].fetched_len); in odbc_stmt_describe()
665 256, &C->fetched_len); in odbc_stmt_get_col()
689 C->fetched_len = 0; in odbc_stmt_get_col()
691 rc = SQLGetData(S->stmt, colno+1, SQL_C_CHAR, buf2, 256, &C->fetched_len); in odbc_stmt_get_col()
702 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
703 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
704 used = used + C->fetched_len; in odbc_stmt_get_col()
734 if (C->fetched_len == SQL_NULL_DATA) { in odbc_stmt_get_col()
739 } else if (C->fetched_len >= 0) { in odbc_stmt_get_col()
742 *len = C->fetched_len; in odbc_stmt_get_col()
H A Dphp_pdo_odbc_int.h139 SQLLEN fetched_len; member
/PHP-7.1/ext/pdo_oci/
H A Dphp_pdo_oci_int.h51 ub2 fetched_len; member
H A Doci_statement.c617 &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); in oci_stmt_describe()
786 *len = (size_t) C->fetched_len; in oci_stmt_get_col()
793 *len = (size_t) C->fetched_len; in oci_stmt_get_col()

Completed in 16 milliseconds