| /PHP_TRUNK/ext/intl/ |
| H A D | php_intl.c | 433 ZEND_ARG_INFO( 0, trans ) 440 ZEND_ARG_OBJ_INFO( 0, trans, Transliterator, 0 )
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_tz.c | 110 tz->trans = buffer; 162 tz->leap_times[i].trans = timelib_conv_int(leap_buffer[i * 2]); 242 tz->trans[i], tz->trans[i], tz->trans_idx[i], 253 tz->leap_times[i].trans, 254 (long) tz->leap_times[i].trans, 341 if (!tz->timecnt || !tz->trans) { 353 if (ts < tz->trans[0]) { 370 if (ts < tz->trans[i]) { 371 *transition_time = tz->trans[ [all...] |
| H A D | timelib_structs.h | 92 int32_t trans; member in struct:tlinfo 114 int32_t *trans; member in struct:timelib_tzinfo
|
| H A D | timelib.c | 126 tmp->trans = (int32_t *) malloc(tz->timecnt * sizeof(int32_t)); 128 memcpy(tmp->trans, tz->trans, tz->timecnt * sizeof(int32_t)); 146 TIMELIB_TIME_FREE(tz->trans);
|
| /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/intl/transliterator/ |
| H A D | transliterator_class.c | 372 ZEND_ARG_OBJ_INFO( 0, trans, Transliterator, 0 )
|
| /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)) {
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 3928 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { 3950 if (tzobj->tzi.tz->trans[i] < timestamp_end) { 3951 add(i, tzobj->tzi.tz->trans[i]);
|