Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h286 int le_lofp,le_string; variable
H A Dpgsql.c747 static int le_link, le_plink, le_result, le_lofp, le_string; in ZEND_GET_MODULE()
1079 le_lofp = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql large object", module_number); in PHP_MINIT_FUNCTION()
3321 Z_LVAL_P(return_value) = zend_list_insert(pgsql_lofp, le_lofp TSRMLS_CC);
3333 ZEND_REGISTER_RESOURCE(return_value, pgsql_lofp, le_lofp);
3349 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_lofp, -1, "PostgreSQL large object", le_lofp);
3379 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3427 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3451 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3658 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);
3681 ZEND_FETCH_RESOURCE(pgsql, pgLofp *, &pgsql_id, -1, "PostgreSQL large object", le_lofp);

Completed in 29 milliseconds