Lines Matching refs:ids
567 ZEND_ARG_INFO(0, ids)
574 ZEND_ARG_INFO(0, ids)
581 ZEND_ARG_INFO(0, ids)
6934 zval *pgsql_link, *values, *ids; local
6943 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
6958 if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) {
7026 zval *pgsql_link, *ids; local
7035 &pgsql_link, &table, &table_len, &ids, &option) == FAILURE) {
7050 if (php_pgsql_delete(pg_link, table, ids, option, &sql) == FAILURE) {
7166 zval *pgsql_link, *ids; local
7176 &pgsql_link, &table, &table_len, &ids, &option, &result_type) == FAILURE) {
7196 if (php_pgsql_select(pg_link, table, ids, return_value, option, result_type, &sql) == FAILURE) {