Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c2385 zval fetch_ahead; member
2394 if (!Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_dtor()
2395 zval_ptr_dtor(&I->fetch_ahead); in pdo_stmt_iter_dtor()
2403 return Z_ISUNDEF(I->fetch_ahead) ? FAILURE : SUCCESS; in pdo_stmt_iter_valid()
2411 if (Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_get_data()
2415 return &I->fetch_ahead; in pdo_stmt_iter_get_data()
2434 if (!Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_move_forwards()
2435 zval_ptr_dtor(&I->fetch_ahead); in pdo_stmt_iter_move_forwards()
2443 ZVAL_UNDEF(&I->fetch_ahead); in pdo_stmt_iter_move_forwards()
2474 if (!do_fetch(stmt, 1, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()
[all …]

Completed in 15 milliseconds