Searched defs:querystr (Results 1 – 2 of 2) sorted by relevance
1544 smart_str querystr = {0}; in PHP_FUNCTION() local4213 smart_str querystr = {0}; in php_pgsql_meta_data() local5206 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()5229 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()5265 smart_str querystr = {0}; in php_pgsql_insert() local5465 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int … in build_assignment_string()5531 smart_str querystr = {0}; in php_pgsql_update() local5642 smart_str querystr = {0}; in php_pgsql_delete() local5780 smart_str querystr = {0}; in php_pgsql_select() local
567 char *querystr = NULL; in pdo_pgsql_translate_oid_to_table() local
Completed in 29 milliseconds