Home
last modified time | relevance | path

Searched refs:zval (Results 176 – 200 of 479) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/phar/
H A Dutil.c1418 zval *zdata, *zsig, *zkey, *retval_ptr, **zp[3], *openssl; in phar_call_openssl_signverify()
2013 zval *t;
2057 zval *t;
H A Dphar_internal.h84 (z) = (zval*)malloc(sizeof(zval))
264 zval *metadata;
332 zval *metadata;
606 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC);
H A Dphar_object.c62 zval **stuff; in phar_mung_server_vars()
66 zval *temp; in phar_mung_server_vars()
1413 zval *ret;
1883 zval *obj; in PHP_METHOD()
2223 zval *ret; in phar_convert_to_other()
2264 zval *t; in phar_convert_to_other()
2312 zval *t; in phar_convert_to_other()
2367 zval *ret; in PHP_METHOD()
2470 zval *ret; in PHP_METHOD()
3207 zval *ret; in PHP_METHOD()
[all …]
H A Dstream.c167 zval **pzoption, *metadata; in phar_wrapper_open_url()
H A Dtar.c847 int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_tar_setmetadata()
1006 if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { in phar_tar_flush()
1301 zval filterparams; in phar_tar_flush()
H A Dphar.c604 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC) /* {…
629 *metadata = (zval *) pemalloc(zip_metadata_len, 1);
1604 zval filterparams;
2332 zval *halt_constant;
2641 if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) {
3263 zval filterparams;
H A Dfunc_interceptors.c30 zval *zcontext = NULL; in PHAR_FUNC()
104 zval *zcontext = NULL; in PHAR_FUNC()
236 zval *zcontext = NULL; in PHAR_FUNC()
331 zval *zcontext = NULL; in PHAR_FUNC()
442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat()
444 zval *stat_dev, *stat_ino, *stat_mode, *stat_nlink, *stat_uid, *stat_gid, *stat_rdev, in phar_fancy_stat()
574 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); in phar_fancy_stat()
575 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); in phar_fancy_stat()
576 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); in phar_fancy_stat()
578 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); in phar_fancy_stat()
[all …]
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2145 zval *result;
2293 zval *result;
2387 zval *result;
2483 zval *result;
2780 zval *result;
2803 zval *result;
4010 zval **tmp;
5114 zval *elem;
5227 zval **val;
6322 zval **val;
[all …]
H A Dphp_pgsql.h201 PHP_PGSQL_API int php_pgsql_meta_data(PGconn *pg_link, const char *table_name, zval *meta TSRMLS_DC…
202 …t php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulo…
203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha…
204 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulo…
205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *…
206 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
207 PHP_PGSQL_API int php_pgsql_result2array(PGresult *pg_result, zval *ret_array TSRMLS_DC);
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h41 zval *func, *step, *fini;
53 zval *callback;
H A Dsqlite_driver.c315 zval ***zargs = NULL; in do_callback()
316 zval *retval = NULL; in do_callback()
320 zval **agg_context = NULL; in do_callback()
339 zargs = (zval ***)safe_emalloc(fake_argc, sizeof(zval **), 0); in do_callback()
344 agg_context = (zval**)sqlite3_aggregate_context(context, sizeof(zval*)); in do_callback()
351 zargs[1] = emalloc(sizeof(zval*)); in do_callback()
486 zval *zstring1, *zstring2; in php_sqlite3_collation_callback()
487 zval **zargs[2]; in php_sqlite3_collation_callback()
488 zval *retval = NULL; in php_sqlite3_collation_callback()
537 zval *callback; in PHP_METHOD()
[all …]
H A Dsqlite_statement.c278 static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pdo_sqlite_stmt_col_meta()
282 zval *flags; in pdo_sqlite_stmt_col_meta()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c742 static int odbc_stmt_set_param(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_set_param()
769 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_get_attr()
H A Dodbc_driver.c34 static int pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) in pdo_odbc_fetch_error_func()
145 …preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSR… in odbc_handle_preparer()
339 static int odbc_handle_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_set_attr()
354 static int odbc_handle_get_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_get_attr()
391 static int pdo_odbc_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_odbc_handle_factory()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c117 static int pdo_pgsql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{… in pdo_pgsql_fetch_error_func()
225 …preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSR… in pgsql_handle_preparer()
389 static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) in pdo_pgsql_get_attribute()
544 zval *pg_rows; in PHP_METHOD()
593 zval **tmp; in PHP_METHOD()
1028 static int pdo_pgsql_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_pgsql_set_attr()
1065 static int pdo_pgsql_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_pgsql_handle_factory()
H A Dpgsql_statement.c572 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pgsql_stmt_get_column_meta()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c36 static int pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{{ … in pdo_oci_fetch_error_func()
251 …preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSR… in oci_handle_preparer()
443 static int oci_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in oci_handle_set_attribute()
470 static int oci_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) /* {{… in oci_handle_get_attribute()
591 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_oci_handle_factory()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt66 zval representing the current value of $stmt. PDO gets a callback that
67 it has to free the resources associated with the zval representing the
77 PHP proceeds and assigns the new statement object/zval obtained from
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c117 static int pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) in pdo_mysql_fetch_error_func()
164 …preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSR… in mysql_handle_preparer()
371 static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_mysql_set_attribute()
417 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
537 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC)
H A Dmysql_statement.c730 *len = sizeof(zval);
806 static int pdo_mysql_stmt_col_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) /* {…
810 zval *flags;
H A Dpdo_mysql.c62 static MYSQLND * pdo_mysql_convert_zv_to_mysqlnd(zval * zv TSRMLS_DC) in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c411 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param TSRMLS_DC) in firebird_bind_blob()
633 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_set_attribute()
654 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_get_attribute()
H A Dfirebird_driver.c136 pdo_stmt_t *stmt, zval *driver_options TSRMLS_DC) in firebird_handle_preparer()
472 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_set_attribute()
547 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_get_attribute()
603 static int pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /*… in pdo_firebird_fetch_error_func()
643 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_firebird_handle_factory()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c36 zval* pdo_dblib_datatypes;
38 static int dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) in dblib_fetch_error()
94 …preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSR… in dblib_handle_preparer()
265 static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) in pdo_dblib_handle_factory()
H A Ddblib_stmt.c290 static int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_D… in pdo_dblib_stmt_get_column_meta()

Completed in 117 milliseconds

12345678910>>...20