Searched defs:querystr (Results 1 – 2 of 2) sorted by relevance
1730 smart_str querystr = {0}; in PHP_FUNCTION() local4546 smart_str querystr = {0}; in php_pgsql_meta_data() local5490 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()5513 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()5549 smart_str querystr = {0}; in php_pgsql_insert() local5751 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int … in build_assignment_string()5817 smart_str querystr = {0}; in php_pgsql_update() local5931 smart_str querystr = {0}; in php_pgsql_delete() local6071 smart_str querystr = {0}; in php_pgsql_select() local
709 char *querystr = NULL; in pdo_pgsql_translate_oid_to_table() local
Completed in 33 milliseconds