mysqli_stmt_properties   68 ext/mysqli/mysqli.c static HashTable mysqli_stmt_properties;
mysqli_stmt_properties  685 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1);
mysqli_stmt_properties  686 ext/mysqli/mysqli.c 	MYSQLI_ADD_PROPERTIES(&mysqli_stmt_properties, mysqli_stmt_property_entries);
mysqli_stmt_properties  688 ext/mysqli/mysqli.c 	zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_stmt_properties, sizeof(mysqli_stmt_properties), NULL);
mysqli_stmt_properties  905 ext/mysqli/mysqli.c 	zend_hash_destroy(&mysqli_stmt_properties);