Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_list.h71 extern ZEND_API int le_index_ptr; /* list entry type for index pointers */
H A Dzend_list.c29 ZEND_API int le_index_ptr; variable
/PHP-7.1/ext/interbase/
H A Dinterbase.c936 if (le->type != le_index_ptr) { in _php_ibase_connect()
1019 new_index_ptr.type = le_index_ptr; in _php_ibase_connect()
/PHP-7.1/ext/oci8/
H A Doci8.c1814 if (le->type == le_index_ptr) { in php_oci_do_connect_ex()
2088 new_le.type = le_index_ptr; in php_oci_do_connect_ex()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c2699 if (index_ptr->type != le_index_ptr) { in odbc_do_connect()
2727 new_index_ptr.type = le_index_ptr; in odbc_do_connect()
/PHP-7.1/main/
H A Dmain.c2172 le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0); in php_module_startup()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1429 if (index_ptr->type != le_index_ptr) {
1483 new_index_ptr.type = le_index_ptr;

Completed in 72 milliseconds