Home
last modified time | relevance | path

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

/PHP-5.3/ext/oci8/
H A Doci8.c63 #define OCI8_PTR_TO_INT(P) ((int)(intptr_t)(P)) macro
66 #define OCI8_PTR_TO_INT(P) ((int)(P)) macro
1903 link = OCI8_PTR_TO_INT(le->ptr); in php_oci_do_connect_ex()

Completed in 16 milliseconds