Home
last modified time | relevance | path

Searched refs:blob (Results 51 – 62 of 62) sorted by relevance

123

/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt18 echo "Opening blob stream\n";
45 Opening blob stream
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt82 // MYSQLI_TYPE_TINY_BLOB => array("TINYBLOB", "I got a tiny blog"), - blob
83 // MYSQLI_TYPE_MEDIUM_BLOB => array("MEDIUMBLOB", "No blob for masses"), - blob
84 // MYSQLI_TYPE_LONG_BLOB => array("LONGBLOB", "Small is beautiful?"), - blob
H A Dmysqli_stmt_get_result_types.phpt235 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_stmt_bind_result.phpt277 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_stmt_bind_param.phpt293 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
/PHP-5.6/ext/oci8/tests/
H A Dcreate_table.inc7 …"CREATE TABLE ".$schema.$table_name." (id NUMBER, value NUMBER, blob BLOB, clob CLOB, string VARCH…
H A Ddefine3.phpt15 "create table phpdefblobtable (id number(10), fileimage blob)"
/PHP-5.6/ext/mysql/tests/
H A Dmysql_field_seek.phpt70 [%u|b%"blob"]=>
99 [%u|b%"blob"]=>
128 [%u|b%"blob"]=>
H A Dmysql_field_flags.phpt60 array('label1', "'blob'"),
61 'label1' => array('blob', 'binary'),
/PHP-5.6/ext/pdo_oci/tests/
H A Dbug57702.phpt22 $query = "create table bug57702 (id number, data1 blob, data2 blob)";
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c1106 sqlite3_blob *blob; member
1127 if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {
1139 if (sqlite3_blob_close(sqlite3_stream->blob) != SQLITE_OK) {
1250 sqlite3_blob *blob = NULL; local
1262 if (sqlite3_blob_open(db_obj->db, dbname, table, column, rowid, flags, &blob) != SQLITE_OK) {
1268 sqlite3_stream->blob = blob;
1270 sqlite3_stream->size = sqlite3_blob_bytes(blob);
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic391 # URL: https://github.com/android/platform_frameworks_base/blob/\
4387 # https://github.com/ckolivas/lrzip/blob/master/doc/magic.header.txt
9309 # https://github.com/GNOME/gvdb/blob/master/gvdb-format.h
9311 # See https://github.com/GNOME/gvdb/blob/master/gvdb-builder.c
9383 # <http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>

Completed in 67 milliseconds

123