Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_list.h72 extern ZEND_API int le_index_ptr; /* list entry type for index pointers */
H A Dzend_list.c27 ZEND_API int le_index_ptr; variable
/PHP-7.3/ext/interbase/
H A Dinterbase.c936 if (le->type != le_index_ptr) { in _php_ibase_connect()
1016 new_index_ptr.type = le_index_ptr; in _php_ibase_connect()
/PHP-7.3/ext/oci8/
H A Doci8.c1816 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
2074 new_le.type = le_index_ptr; in php_oci_do_connect_ex()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c2671 if (index_ptr->type != le_index_ptr) { in odbc_do_connect()
2699 new_index_ptr.type = le_index_ptr; in odbc_do_connect()
/PHP-7.3/main/
H A Dmain.c2205 le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0); in php_module_startup()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c1449 if (index_ptr->type != le_index_ptr) {
1500 new_index_ptr.type = le_index_ptr;

Completed in 61 milliseconds