Home
last modified time | relevance | path

Searched refs:pdo_stmt_t (Results 76 – 100 of 317) sorted by relevance

12345678910>>...13

/dports/lang/php74/php-7.4.27/ext/pdo/
H A Dpdo_stmt.c109 pdo_stmt_t *stmt = Z_PDO_STMT_P(ZEND_THIS); \ in ZEND_END_ARG_INFO()
2013 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset()
2179 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_write()
2195 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_delete()
2311 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage()
2317 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2319 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
2412 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get()
2447 pdo_stmt_t *stmt = row->stmt; in row_prop_read()
2507 pdo_stmt_t *stmt = row->stmt; in row_prop_exists()
[all …]
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/www/mod_php73/php-7.3.33/ext/pdo/
H A Dpdo_stmt.c109 pdo_stmt_t *stmt = Z_PDO_STMT_P(getThis()); \ in ZEND_END_ARG_INFO()
2020 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset()
2204 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_write()
2217 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_delete()
2360 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage()
2366 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2368 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
2461 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get()
2495 pdo_stmt_t *stmt = row->stmt; in row_prop_read()
2551 pdo_stmt_t *stmt = row->stmt; in row_prop_exists()
[all …]
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/www/mod_php74/php-7.4.27/ext/pdo/
H A Dpdo_stmt.c109 pdo_stmt_t *stmt = Z_PDO_STMT_P(ZEND_THIS); \ in ZEND_END_ARG_INFO()
2013 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset()
2179 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_write()
2195 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_delete()
2311 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage()
2317 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2319 stmt = zend_object_alloc(sizeof(pdo_stmt_t), ce); in pdo_dbstmt_new()
2412 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get()
2447 pdo_stmt_t *stmt = row->stmt; in row_prop_read()
2507 pdo_stmt_t *stmt = row->stmt; in row_prop_exists()
[all …]
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/databases/php80-pdo_firebird/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c49 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
85 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
176 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
206 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
261 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
343 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
473 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
515 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
789 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
812 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/databases/php74-pdo_firebird/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c51 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
87 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
178 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
208 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
263 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
345 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
475 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
517 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
791 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
814 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/lang/php80/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c49 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
85 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
176 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
206 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
261 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
343 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
473 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
515 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
789 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
812 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/lang/php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c51 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
87 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
178 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
208 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
263 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
345 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
475 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
517 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
791 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
814 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_statement.c51 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
87 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
178 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
208 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
263 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
345 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
475 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
517 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
791 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
814 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pdo_firebird/
H A Dfirebird_statement.c49 static int firebird_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_dtor()
85 static int firebird_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ in firebird_stmt_execute()
176 static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */ in firebird_stmt_fetch()
206 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ in firebird_stmt_describe()
261 static int firebird_fetch_blob(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_fetch_blob()
343 static int firebird_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, /* {{{ */ in firebird_stmt_get_col()
473 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param) in firebird_bind_blob()
515 static int firebird_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, /* {{{ */ in firebird_stmt_param_hook()
789 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
812 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/dports/databases/php81-pdo_pgsql/php-8.1.1/ext/pdo_pgsql/
H A Dpgsql_statement.c57 static int pgsql_stmt_dtor(pdo_stmt_t *stmt) in pgsql_stmt_dtor()
131 static int pgsql_stmt_execute(pdo_stmt_t *stmt) in pgsql_stmt_execute()
258 static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in pgsql_stmt_param_hook()
412 static int pgsql_stmt_fetch(pdo_stmt_t *stmt, in pgsql_stmt_fetch()
465 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno) in pgsql_stmt_describe()
484 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()
585 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta()
675 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_pgsql_stmt_cursor_closer()
/dports/www/mod_php81/php-8.1.1/ext/pdo_pgsql/
H A Dpgsql_statement.c57 static int pgsql_stmt_dtor(pdo_stmt_t *stmt) in pgsql_stmt_dtor()
131 static int pgsql_stmt_execute(pdo_stmt_t *stmt) in pgsql_stmt_execute()
258 static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in pgsql_stmt_param_hook()
412 static int pgsql_stmt_fetch(pdo_stmt_t *stmt, in pgsql_stmt_fetch()
465 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno) in pgsql_stmt_describe()
484 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()
585 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta()
675 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_pgsql_stmt_cursor_closer()
/dports/lang/php81/php-8.1.1/ext/pdo_pgsql/
H A Dpgsql_statement.c57 static int pgsql_stmt_dtor(pdo_stmt_t *stmt) in pgsql_stmt_dtor()
131 static int pgsql_stmt_execute(pdo_stmt_t *stmt) in pgsql_stmt_execute()
258 static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *param, in pgsql_stmt_param_hook()
412 static int pgsql_stmt_fetch(pdo_stmt_t *stmt, in pgsql_stmt_fetch()
465 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno) in pgsql_stmt_describe()
484 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()
585 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, zend_long colno, zval *return_value) in pgsql_stmt_get_column_meta()
675 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt) in pdo_pgsql_stmt_cursor_closer()
/dports/lang/php73/php-7.3.33/ext/pdo/
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/lang/php81/php-8.1.1/ext/pdo/
H A Dphp_pdo_int.h42 bool pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/databases/php81-pdo/php-8.1.1/ext/pdo/
H A Dphp_pdo_int.h42 bool pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/databases/php73-pdo/php-7.3.33/ext/pdo/
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/databases/php74-pdo/php-7.4.27/ext/pdo/
H A Dphp_pdo_int.h45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
46 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip_first_arg);
/dports/databases/php80-pdo/php-8.0.15/ext/pdo/
H A Dphp_pdo_int.h42 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/www/mod_php81/php-8.1.1/ext/pdo/
H A Dphp_pdo_int.h42 bool pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/lang/php80/php-8.0.15/ext/pdo/
H A Dphp_pdo_int.h42 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/www/mod_php80/php-8.0.15/ext/pdo/
H A Dphp_pdo_int.h42 int pdo_stmt_describe_columns(pdo_stmt_t *stmt);
43 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num,
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/phppdo/
H A Dpdo_sqlrelay.cpp183 pdo_stmt_t *stmt, in _sqlrelayError()
271 static int sqlrcursorFetch(pdo_stmt_t *stmt, in sqlrcursorFetch()
383 static int sqlrcursorGetField(pdo_stmt_t *stmt, in sqlrcursorGetField()
735 static int sqlrcursorBind(pdo_stmt_t *stmt, in sqlrcursorBind()
796 static int sqlrcursorSetAttribute(pdo_stmt_t *stmt, in sqlrcursorSetAttribute()
833 static int sqlrcursorGetAttribute(pdo_stmt_t *stmt, in sqlrcursorGetAttribute()
1081 pdo_stmt_t *stmt, in sqlrconnectionPrepare()
1384 pdo_stmt_t *stmt, in sqlrconnectionError()
1643 pdo_stmt_t *stmt=getStmt(); in PHP_METHOD()
1651 pdo_stmt_t *stmt=getStmt(); in PHP_METHOD()
[all …]

12345678910>>...13