Searched refs:zend_list_find (Results 1 – 17 of 17) sorted by relevance
/PHP-5.3/main/ |
H A D | php3_compat.h | 100 #define php3_list_find zend_list_find
|
/PHP-5.3/Zend/ |
H A D | zend_list.c | 139 resource = zend_list_find(id, &actual_resource_type); in zend_fetch_resource() 357 if (!zend_list_find(resource, &rsrc_type)) in zend_rsrc_list_get_rsrc_type()
|
H A D | zend_list.h | 80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC) macro
|
/PHP-5.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 903 server = zend_list_find(Z_LVAL_P(arg1), &type); in PHP_FUNCTION() 1038 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION() 1071 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION() 1113 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION() 1210 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION()
|
/PHP-5.3/ext/shmop/ |
H A D | shmop.c | 115 shmop = zend_list_find(shmid, &type); \ in ZEND_GET_MODULE()
|
/PHP-5.3/ext/odbc/ |
H A D | birdstep.c | 243 conn = zend_list_find(ind,&type); in birdstep_find_conn() 271 res = zend_list_find(ind,&type); in birdstep_find_result()
|
H A D | php_odbc.c | 478 ptr = zend_list_find(i, &type); in _close_odbc_conn() 506 ptr = zend_list_find(i, &type); in _close_odbc_pconn() 1096 ptr = zend_list_find(i, &type); in PHP_FUNCTION() 1106 ptr = zend_list_find(i, &type); in PHP_FUNCTION() 2613 ptr = zend_list_find(conn_id, &type); /* check if the connection is still there */ in odbc_do_connect() 2677 ptr = zend_list_find(i, &type); in PHP_FUNCTION()
|
/PHP-5.3/ext/pspell/ |
H A D | pspell.c | 231 config = (PspellConfig *) zend_list_find(conf, &type); \ 238 manager = (PspellManager *) zend_list_find(scin, &type); \
|
/PHP-5.3/ext/interbase/ |
H A D | interbase.c | 560 if (zend_list_find(Z_LVAL_PP(link_id), &type)) { in _php_ibase_get_link_trans() 952 if (zend_list_find(xlink, &type) && ((!persistent && type == le_link) || type == le_plink)) { in _php_ibase_connect() 1337 if (zend_list_find(Z_RESVAL_P(arg), &type) && type == le_trans) { in _php_ibase_trans_end()
|
H A D | ibase_query.c | 1897 zend_list_find(Z_RESVAL_P(result), &type); in PHP_FUNCTION() 2021 zend_list_find(Z_RESVAL_P(result_arg), &type); in PHP_FUNCTION()
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 376 _mysql_result = (MYSQL_RES *) zend_list_find(mysql->active_result_id, &type); \ 395 mysql_result = (MYSQL_RES *) zend_list_find(mysql->active_result_id, &type); \ 937 ptr = zend_list_find(link,&type); /* check if the link is still there */ 1074 if ((mysql = zend_list_find(resource_id, &tmp)) && tmp == le_plink) {
|
/PHP-5.3/ext/oci8/ |
H A D | oci8.c | 1904 ptr = zend_list_find(link,&type); in php_oci_do_connect_ex() 1966 tmp = (php_oci_connection *)zend_list_find(connection->rsrc_id, &rsrc_type); in php_oci_do_connect_ex() 2011 …if (connection == zend_list_find(connection->rsrc_id, &rsrc_type) && rsrc_type == le_pconnection) { in php_oci_do_connect_ex() 2511 descriptor = (php_oci_descriptor *) zend_list_find(column->descid, &rsrc_type); in php_oci_column_to_zval()
|
/PHP-5.3/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 864 ptr = zend_list_find(link, &type); /* check if the link is still there */ in php_sybase_do_connect()
|
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.c | 768 ptr = zend_list_find(link,&type); /* check if the link is still there */ in php_mssql_do_connect()
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 1595 if (zend_list_find(db->rsrc_id, &type) == db) { in PHP_FUNCTION()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3517 font = zend_list_find(size - 5, &ind_type); in php_find_gd_font()
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 1228 ptr = zend_list_find(link,&type); /* check if the link is still there */
|
Completed in 112 milliseconds