Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_odbc/
H A Dodbc_stmt.c630 S->cols[colno].datalen+1, &S->cols[colno].fetched_len); in odbc_stmt_describe()
664 256, &C->fetched_len); in odbc_stmt_get_col()
688 C->fetched_len = 0; in odbc_stmt_get_col()
690 rc = SQLGetData(S->stmt, colno+1, SQL_C_CHAR, buf2, 256, &C->fetched_len); in odbc_stmt_get_col()
701 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
702 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
703 used = used + C->fetched_len; in odbc_stmt_get_col()
733 if (C->fetched_len == SQL_NULL_DATA) { in odbc_stmt_get_col()
738 } else if (C->fetched_len >= 0) { in odbc_stmt_get_col()
741 *len = C->fetched_len; in odbc_stmt_get_col()
H A Dphp_pdo_odbc_int.h137 SQLLEN fetched_len; member
/PHP-7.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h49 ub2 fetched_len; member
H A Doci_statement.c615 &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); in oci_stmt_describe()
784 *len = (size_t) C->fetched_len; in oci_stmt_get_col()
791 *len = (size_t) C->fetched_len; in oci_stmt_get_col()

Completed in 13 milliseconds