Home
last modified time | relevance | path

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

/PHP-5.6/ext/pgsql/
H A Dphp_pgsql.h317 int le_lofp,le_string; variable
H A Dpgsql.c777 static int le_link, le_plink, le_result, le_lofp, le_string; in ZEND_GET_MODULE()
1109 le_lofp = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql large object", module_number); in PHP_MINIT_FUNCTION()
3421 Z_LVAL_P(return_value) = zend_list_insert(pgsql_lofp, le_lofp TSRMLS_CC);
3433 ZEND_REGISTER_RESOURCE(return_value, pgsql_lofp, le_lofp);
3449 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_lofp, -1, "PostgreSQL large object", le_lofp);
3479 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3527 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3551 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3758 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3790 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
[all …]

Completed in 19 milliseconds