Home
last modified time | relevance | path

Searched defs:statement (Results 51 – 69 of 69) sorted by relevance

123

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c185 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022_jp_ms.c79 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp932.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_open.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis.c100 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_gb18030.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_htmlent.c95 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022jp_mobile.c81 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_2004.c84 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_mac.c83 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp5022x.c223 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_mobile.c196 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c472 char *statement; in PHP_METHOD() local
916 char *statement; in PHP_METHOD() local
1054 char *statement; in PHP_METHOD() local
/PHP-7.0/ext/oci8/
H A Dphp_oci8_int.h249 OCIStmt *statement; /* used for binding REFCURSORs */ member
269 php_oci_statement *statement; /* statement handle. used when fetching REFCURSORS */ member
375 #define PHP_OCI_ZVAL_TO_STATEMENT(zval, statement) \ argument
401 #define PHP_OCI_ZVAL_TO_STATEMENT_EX(zval, statement) \ argument
H A Doci8.c1361 php_oci_statement *statement = (php_oci_statement *)entry->ptr; in php_oci_statement_list_dtor() local
1594 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset()
2530 php_oci_statement *statement; /* statement that will be fetched from */ in php_oci_fetch_row() local
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_driver.c59 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c2076 static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **free_list, zval *statement ) …
2082 …hp_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_list, sqlite3_stmt *statement ) /* {{{ …
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1052 char *statement; in ZEND_GET_MODULE() local
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c119 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument

Completed in 92 milliseconds

123