| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 104 ** limits the size of a row in a table or index. 116 ** * Columns in a table 126 ** not have more than a dozen or so columns in any table. And if 188 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE 325 ** construct a histogram of the table content when running ANALYZE 935 #define SQLITE_LOCKED 6 /* A table in the database is locked */ 2097 ** ^Each entry in an SQLite table has a unique 64-bit signed 2101 ** the table has a column of type [INTEGER PRIMARY KEY] then that column 2111 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table] 2113 ** row as long as the trigger or virtual table metho 10913 char *table; /* The table or view to which the trigger applies */ member in struct:Trigger [all...] |
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 261 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC) /* {{{ */ argument 267 if (!table || !key) { 273 zend_is_auto_global(table, strlen(table) TSRMLS_CC); 275 /* find the table and ensure it's an array */ 276 if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_TYPE_PP(data) == IS_ARRAY) {
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 86 int table[2][(1<< MAX_LWZ_BITS)]; member in struct:__anon133 438 sd->table[0][i] = 0; 439 sd->table[1][i] = i; 442 sd->table[0][i] = sd->table[1][0] = 0; 462 sd->table[0][i] = 0; 463 sd->table[1][i] = i; 466 sd->table[0][i] = sd->table[1][i] = 0; 505 *sd->sp++ = sd->table[ [all...] |
| H A D | gd_topal.c | 323 int *error_limiter; /* table for clamping the applied error */ 1571 * Initialize the error-limiting transfer function (lookup table). 1593 /* Allocate and fill in the error_limiter table */ 1595 int *table; local 1599 table = (int *) (*cinfo->mem->alloc_small) 1608 table = cquantize->error_limiter_storage; 1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */ 1612 cquantize->error_limiter = table; 1619 table[in] = out; 1620 table[ [all...] |
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regenc.c | 352 onigenc_set_default_caseconv_table(const UChar* table ARG_UNUSED) 865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, 880 if (ONIG_IS_NULL(*table)) { 881 *table = onig_st_init_strend_table_with_size(PROP_INIT_SIZE); 882 if (ONIG_IS_NULL(*table)) return ONIGERR_MEMORY; 886 onig_st_insert_strend(*table, name, name + strlen((char* )name), 864 onigenc_property_list_add_property(UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize) argument
|
| H A D | reggnu.c | 138 re_set_casetable(const char* table) argument 140 onigenc_set_default_caseconv_table((UChar* )table);
|
| H A D | regparse.c | 354 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, argument 362 return onig_st_lookup(table, (st_data_t )(&key), value); 366 onig_st_insert_strend(hash_table_type* table, const UChar* str_key, argument 375 result = onig_st_insert(table, (st_data_t )key, value); 434 fprintf(fp, "name table\n"); 591 fprintf(fp, "name table\n"); 4849 /* for ctype node hash table */
|
| /PHP_5_5/Zend/ |
| H A D | zend_gc.c | 287 zval **table; local 288 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); 290 while (n > 0 && !table[n-1]) n--; 292 if (table[i]) { 293 pz = table[i]; 342 zval **table; local 343 HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); 346 if (table[i]) { 347 pz = table[i]; 394 zval **table; local 450 zval **table; local 534 zval **table; local 591 zval **table; local 653 zval **table, *zv; local 725 zval **table; local [all...] |
| H A D | zend_closures.c | 378 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ argument 382 *table = closure->this_ptr ? &closure->this_ptr : NULL;
|
| H A D | zend_compile.c | 4263 /* In the following steps the properties are inserted into the property table 4620 HashTable *table; local 4631 table = CG(function_table); 4637 table = CG(class_table); 4669 table = CG(class_table); 4684 zend_hash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.constant)), Z_HASH_P(&CONSTANT(opline->op1.constant)));
|
| H A D | zend_object_handlers.c | 62 if we have __call and method which is not part of the class function table is 116 ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ argument 119 *table = NULL; 126 *table = NULL; 130 *table = zobj->properties_table;
|
| /PHP_5_5/ext/hash/ |
| H A D | php_hash_tiger_tables.h | 22 #define t1 (table) 23 #define t2 (table+256) 24 #define t3 (table+256*2) 25 #define t4 (table+256*3) 27 static const php_hash_uint64 table[4*256] = { variable
|
| /PHP_5_5/ext/odbc/ |
| H A D | php_odbc.c | 257 ZEND_ARG_INFO(0, table) 294 ZEND_ARG_INFO(0, table) 320 ZEND_ARG_INFO(0, table) 2186 Print result as HTML table */ 2223 /* Start table tag */ 2225 php_printf("<table><tr>"); 2227 php_printf("<table %s ><tr>", pv_format); 2267 php_printf("</td></tr></table>"); 2299 php_printf("</table>\n"); 3060 char *cat = NULL, *schema = NULL, *table local 3127 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; local 3197 char *cat = NULL, *schema, *table, *column; local 3397 char *cat = NULL, *schema = NULL, *table = NULL; local 3730 char *cat = NULL, *schema = NULL, *table = NULL; local [all...] |
| /PHP_5_5/ext/spl/ |
| H A D | spl_observer.c | 365 static HashTable *spl_object_storage_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ argument 376 *table = NULL;
|
| H A D | spl_fixedarray.c | 150 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{{ */ argument 156 *table = intern->array->elements; 159 *table = NULL; 1059 /* iterator handler table */
|
| /PHP_5_5/ext/standard/ |
| H A D | html_tables.h | 161 /* {{{ Stage 1 table for ISO-8859-1 */ 168 /* end of stage 1 table for ISO-8859-1 }}} */ 204 /* {{{ Stage 1 table for ISO-8859-5 */ 211 /* end of stage 1 table for ISO-8859-5 }}} */ 233 /* {{{ Stage 1 table for ISO-8859-15 */ 240 /* end of stage 1 table for ISO-8859-15 }}} */ 262 /* {{{ Stage 1 table for Windows-1252 */ 269 /* end of stage 1 table for Windows-1252 }}} */ 305 /* {{{ Stage 1 table for Windows-1251 */ 312 /* end of stage 1 table fo 1138 const entity_stage3_row *table; member in struct:__anon239 [all...] |
| H A D | html.c | 533 * Returns the code point in the target charset (whose mapping table was given) or 0 if 534 * the unicode code point is not in the table. 536 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) argument 538 const uni_to_enc *l = table, 539 *h = &table[num-1], 566 const uni_to_enc *table; local 623 table = unimap_macroman; 627 table = unimap_win1251; 631 table = unimap_koi8r; 635 table 685 map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) argument 1132 find_entity_for_char( unsigned int k, enum entity_charset charset, const entity_stage1_row *table, const unsigned char **entity, size_t *entity_len, unsigned char *old, size_t oldlen, size_t *cursor) argument 1195 find_entity_for_char_basic( unsigned int k, const entity_stage3_row *table, const unsigned char **entity, size_t *entity_len) argument [all...] |
| /PHP_5_5/ext/sqlite3/ |
| H A D | sqlite3.c | 1209 /* {{{ proto resource SQLite3::openBlob(string table, string column, int rowid [, string dbname]) 1215 char *table, *column, *dbname = "main"; local 1226 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len) == FAILURE) { 1230 if (sqlite3_blob_open(db_obj->db, dbname, table, column, rowid, flags, &blob) != SQLITE_OK) { 1871 ZEND_ARG_INFO(0, table)
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.c | 518 ZEND_ARG_INFO(0, table) 523 ZEND_ARG_INFO(0, table) 530 ZEND_ARG_INFO(0, table) 537 ZEND_ARG_INFO(0, table) 545 ZEND_ARG_INFO(0, table) 552 ZEND_ARG_INFO(0, table) 2158 Returns the name of the table field belongs to, or table's oid if oid_only is true */ 2200 /* try to lookup the table name in the resource list */ 3744 Copy table t 5945 php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, char **sql TSRMLS_DC) argument 6056 char *table, *sql = NULL; local 6135 php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_array, ulong opt, char **sql TSRMLS_DC) argument 6212 char *table, *sql = NULL; local 6244 php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, char **sql TSRMLS_DC) argument 6304 char *table, *sql = NULL; local 6378 php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_array, ulong opt, char **sql TSRMLS_DC) argument 6442 char *table, *sql = NULL; local [all...] |
| /PHP_5_5/ext/simplexml/ |
| H A D | simplexml.c | 1198 static HashTable * sxe_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ { argument 1202 *table = NULL; 2592 /* the method table */
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 77 const char *table; /* Table of column if column was a field */ member in struct:st_mysqlnd_field 78 const char *org_table; /* Org table name, if table was an alias */ 79 const char *db; /* Database for table */ 80 const char *catalog; /* Catalog for table */ 449 typedef MYSQLND_RES * (*func_mysqlnd_conn_data__list_fields)(MYSQLND_CONN_DATA * conn, const char * table, const char * achtung_wild TSRMLS_DC);
|
| /PHP_5_5/ext/date/ |
| H A D | php_date.c | 381 /* {{{ Function table */ 627 static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC); 629 static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC); 631 static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC); 634 static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC); 1944 /* iterator handler table */ 2161 static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) argument 2163 *table = NULL; 2168 static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC) argument 2171 *table 2365 date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC) argument 4486 const timelib_tzdb_index_entry *table; local 4537 const timelib_tz_lookup_table *table, *entry; local 4810 date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC) argument [all...] |
| /PHP_5_5/ext/mysql/ |
| H A D | php_mysql.c | 1480 php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full tablescan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]); 1482 php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full indexscan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]); 1675 char *db, *table; local 1682 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|r", &db, &db_len, &table, &table_len, &mysql_link) == FAILURE) { 1699 if ((mysql_result=mysql_list_fields(mysql->conn, table, NULL))==NULL) { 1956 if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, field_name)) { 2424 add_property_string(return_value, "table",(mysql_field->table?mysql_field->table:""), 1); 2502 Z_STRLEN_P(return_value) = strlen(mysql_field->table); [all...] |