Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli.c66 static HashTable mysqli_link_properties; variable
658 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
659 MYSQLI_ADD_PROPERTIES(&mysqli_link_properties, mysqli_link_property_entries); in PHP_MINIT_FUNCTION()
661 …_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_prope… in PHP_MINIT_FUNCTION()
895 zend_hash_destroy(&mysqli_link_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 8 milliseconds