exclusive         113 ext/dom/node.c 	ZEND_ARG_INFO(0, exclusive)
exclusive         121 ext/dom/node.c 	ZEND_ARG_INFO(0, exclusive)
exclusive        1758 ext/dom/node.c 	zend_bool exclusive=0, with_comments=0;
exclusive        1768 ext/dom/node.c 			"O|bba!a!", &id, dom_node_class_entry, &exclusive, &with_comments, 
exclusive        1774 ext/dom/node.c 			"Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive, 
exclusive        1856 ext/dom/node.c 		if (exclusive) {
exclusive        1882 ext/dom/node.c 		ret = xmlC14NDocSaveTo(docp, nodeset, exclusive, inclusive_ns_prefixes,
exclusive        1755 ext/oci8/oci8.c void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive)
exclusive        1771 ext/oci8/oci8.c 		DTRACE_OCI8_CONNECT_ENTRY(username, dbname, charset, session_mode, persistent, exclusive);
exclusive        1779 ext/oci8/oci8.c 	connection = php_oci_do_connect_ex(username, username_len, password, password_len, NULL, 0, dbname, dbname_len, charset, session_mode, persistent, exclusive TSRMLS_CC);
exclusive        1801 ext/oci8/oci8.c php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive TSRMLS_DC)
exclusive        1930 ext/oci8/oci8.c 	if (!exclusive && !new_password) {
exclusive        2182 ext/oci8/oci8.c 	} else if (!exclusive) {
exclusive        2195 ext/oci8/oci8.c 		DTRACE_OCI8_CONNECT_TYPE(connection->is_persistent ? 1 : 0, exclusive ? 1 : 0, connection, OCI_G(num_persistent), OCI_G(num_links));
exclusive         409 ext/oci8/php_oci8_int.h void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive);
exclusive         410 ext/oci8/php_oci8_int.h php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive TSRMLS_DC);