| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 107661 static const u8 trans[8][8] = { local 107677 static const u8 trans[3][3] = { local [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib_structs.h | 92 int32_t trans; member in struct:tlinfo 114 int32_t *trans; member in struct:timelib_tzinfo
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_blobs.c | 211 ibase_trans *trans = NULL; local 220 PHP_IBASE_LINK_TRANS(link, ib_link, trans); 226 if (isc_create_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, &ib_blob->bl_qd)) { 244 ibase_trans *trans = NULL; local 264 PHP_IBASE_LINK_TRANS(link, ib_link, trans); 276 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob->bl_handle, 406 ibase_trans *trans = NULL; local 427 PHP_IBASE_LINK_TRANS(link, ib_link, trans); 435 if (isc_open_blob(IB_STATUS, &ib_link->handle, &trans->handle, &ib_blob.bl_handle, 482 ibase_trans *trans local 546 ibase_trans *trans = NULL; local [all...] |
| H A D | ibase_query.c | 51 ibase_trans *trans; member in struct:__anon106 62 ibase_trans *trans; member in struct:_ib_query 207 isc_db_handle link, isc_tr_handle trans, unsigned short *array_cnt TSRMLS_DC) 231 if (isc_array_lookup_bounds(IB_STATUS, &link, &trans, var->relname, 318 ibase_trans *trans, char *query, unsigned short dialect, int trans_res_id TSRMLS_DC) 330 ib_query->trans = trans; 351 if (isc_dsql_prepare(IB_STATUS, &ib_query->trans->handle, &ib_query->stmt, 403 link->handle, trans->handle, &ib_query->in_array_cnt TSRMLS_CC)) { 411 link->handle, trans 206 _php_ibase_alloc_array(ibase_array **ib_arrayp, XSQLDA *sqlda, isc_db_handle link, isc_tr_handle trans, unsigned short *array_cnt TSRMLS_DC) argument 317 _php_ibase_alloc_query(ibase_query *ib_query, ibase_db_link *link, ibase_trans *trans, char *query, unsigned short dialect, int trans_res_id TSRMLS_DC) argument 884 ibase_trans *trans; local 1068 ibase_trans *trans = NULL; local 1106 isc_tr_handle trans = NULL; local 1205 ibase_trans *trans = NULL; local 1737 ibase_trans *trans = NULL; local [all...] |
| H A D | interbase.c | 553 /* Fill ib_link and trans with the correct database link and transaction. */ 555 zval **link_id, ibase_db_link **ib_link, ibase_trans **trans) 565 ZEND_FETCH_RESOURCE(*trans, ibase_trans *, link_id, -1, LE_TRANS, le_trans); 566 if ((*trans)->link_cnt > 1) { 571 *ib_link = (*trans)->db_link[0]; 577 *trans = NULL; 593 if (p->trans != NULL) { 595 if (p->trans->handle != NULL) { 597 if (isc_commit_transaction(IB_STATUS, &p->trans->handle)) { 601 efree(p->trans); /* defaul 554 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAMETERS, zval **link_id, ibase_db_link **ib_link, ibase_trans **trans) argument 671 ibase_trans *trans = (ibase_trans *)rsrc->ptr; local 1314 ibase_trans *trans = NULL; local 1421 ibase_trans *trans = NULL; local [all...] |
| H A D | php_ibase_includes.h | 88 ibase_trans *trans; member in struct:tr_list 168 int _php_ibase_def_trans(ibase_db_link *ib_link, ibase_trans **trans TSRMLS_DC); 170 ibase_db_link **ib_link, ibase_trans **trans);
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_png.c | 129 png_bytep trans; local 243 png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL); 245 im->alpha[i] = gdAlphaMax - (trans[i] >> 1); 246 if ((trans[i] == 0) && (firstZero)) {
|