| /PHP_5_5/ext/zip/lib/ |
| H A D | zip_source_pkware.c | 45 zip_uint32_t key[3]; 96 ctx->key[0] = KEY0; 97 ctx->key[1] = KEY1; 98 ctx->key[2] = KEY2; 125 tmp = ctx->key[2] | 2; 135 ctx->key[0] = CRC32(ctx->key[0], b); 136 ctx->key[1] = (ctx->key[1] + (ctx->key[ 44 zip_uint32_t key[3]; member in struct:trad_pkware [all...] |
| /PHP_5_5/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtTestCase.php | 159 $key = $this->optionalSections->getSkipifKey(); variable 161 if($key == 'win') { 164 if($key == 'notwin' ) { 168 if($key == '64b' ) { 172 if($key == 'not64b' ) {
|
| /PHP_5_5/win32/build/ |
| H A D | registersyslog.php | 14 $key = @reg_create_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); variable 16 if (!$key) 17 $key = reg_open_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); variable 19 if ($key) { 20 reg_set_value($key, "TypesSupported", REG_DWORD, 7) or die("Types"); 21 reg_set_value($key, "EventMessageFile", REG_SZ, $dll) or die("EventMessageFile");
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gdcache.c | 153 int key; member in struct:__anon139 159 cacheTest (void *map, void *key) argument 161 return (((key_value_t *) map)->key == *(int *) key); 165 cacheFetch (char **error, void *key) argument 170 map->key = *(int *) key; 187 int elem, key; local 191 key = 20; 192 elem = *(int *) gdCacheGet (cacheTable, &key); [all...] |
| /PHP_5_5/Zend/ |
| H A D | zend_variables.c | 192 ZEND_API int zval_copy_static_var(zval **p TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ argument 204 if (zend_hash_quick_find(EG(active_symbol_table), key->arKey, key->nKeyLength, key->h, (void **) &p) == FAILURE) { 208 zend_hash_quick_add(EG(active_symbol_table), key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), (void**)&p); 211 zend_error(E_NOTICE,"Undefined variable: %s", key->arKey); 230 if (zend_hash_quick_add(target, key->arKey, key [all...] |
| H A D | zend_generators.h | 49 /* Current key */ 50 zval *key; member in struct:_zend_generator 53 /* Largest used integer key for auto-incrementing keys */
|
| /PHP_5_5/ext/dba/ |
| H A D | dba_cdb.c | 141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len TSRMLS_CC) 142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len TSRMLS_CC) 145 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) 146 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) 159 if (php_cdb_find(&cdb->c, key, keylen) == 1) { 161 if (php_cdb_findnext(&cdb->c, key, keyle 250 char *key; local 291 char *key; local [all...] |
| H A D | dba_dbm.c | 43 #define DBM_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen 152 char *key = NULL; local 157 key = estrndup(gkey.dptr, gkey.dsize); 161 return key;
|
| H A D | dba_ndbm.c | 35 #define NDBM_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen 124 char *key = NULL; local 129 key = estrndup(gkey.dptr, gkey.dsize); 131 return key;
|
| H A D | dba_gdbm.c | 35 #define GDBM_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen 113 php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", gdbm_strerror(gdbm_errno)); 116 php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "Unknown return value"); 141 char *key = NULL; local 149 key = estrndup(gkey.dptr, gkey.dsize); 155 return key;
|
| /PHP_5_5/ext/dba/libcdb/ |
| H A D | cdb.c | 46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos TSRMLS_DC) argument 57 if (memcmp(buf, key, n)) 60 key += n; 129 int cdb_findnext(struct cdb *c, char *key, unsigned int len TSRMLS_DC) argument 136 u = cdb_hash(key, len); 166 switch(cdb_match(c, key, len, pos + 8 TSRMLS_CC)) { 182 int cdb_find(struct cdb *c, char *key, unsigned int len TSRMLS_DC) argument 185 return cdb_findnext(c, key, len TSRMLS_CC);
|
| H A D | cdb_make.c | 125 int cdb_make_add(struct cdb_make *c,char *key,unsigned int keylen,char *data,unsigned int datalen TSRMLS_DC) argument 129 if (cdb_make_write(c, key, keylen TSRMLS_CC) != 0) 133 return cdb_make_addend(c, keylen, datalen, cdb_hash(key, keylen) TSRMLS_CC);
|
| /PHP_5_5/ext/dba/libflatfile/ |
| H A D | flatfile.c | 45 * ret = 1 key already exists - nothing done 107 char *key = key_datum.dptr; local 116 /* read in the length of the key name */ 127 /* read in the key name */ 133 if (size == num && !memcmp(buf, key, size)) { 169 void *key = key_datum.dptr; local 187 if (!memcmp(buf, key, size)) {
|
| /PHP_5_5/ext/dba/libinifile/ |
| H A D | inifile.h | 34 key_type key; member in struct:__anon59 48 val_type inifile_fetch(inifile *dba, const key_type *key, int skip TSRMLS_DC); 51 int inifile_delete(inifile *dba, const key_type *key TSRMLS_DC); 52 int inifile_replace(inifile *dba, const key_type *key, const val_type *val TSRMLS_DC); 53 int inifile_append(inifile *dba, const key_type *key, const val_type *val TSRMLS_DC); 57 char * inifile_key_string(const key_type *key); 59 void inifile_key_free(key_type *key);
|
| /PHP_5_5/ext/hash/ |
| H A D | hash_gost.c | 38 #define R(key, h, i, t, l, r) \ 41 round(key[0], key[1]) \ 42 round(key[2], key[3]) \ 43 round(key[4], key[5]) \ 44 round(key[6], key[7]) \ 45 round(key[ 213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; local [all...] |
| /PHP_5_5/ext/session/ |
| H A D | mod_user_class.c | 74 char *key, *val; local 79 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) { 83 if (PS(default_mod)->s_read(&PS(mod_data), key, &val, &val_len TSRMLS_CC) == FAILURE) { 98 char *key, *val; local 103 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &val, &val_len) == FAILURE) { 107 RETVAL_BOOL(SUCCESS == PS(default_mod)->s_write(&PS(mod_data), key, val, val_len TSRMLS_CC)); 115 char *key; local 120 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) { 124 RETVAL_BOOL(SUCCESS == PS(default_mod)->s_destroy(&PS(mod_data), key TSRMLS_CC));
|
| /PHP_5_5/ext/shmop/ |
| H A D | php_shmop.h | 44 key_t key; member in struct:php_shmop
|
| /PHP_5_5/ext/sysvmsg/ |
| H A D | php_sysvmsg.h | 54 key_t key; member in struct:__anon256
|
| /PHP_5_5/ext/sysvsem/ |
| H A D | php_sysvsem.h | 41 int key; /* For error reporting. */ member in struct:__anon258
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_result_meta.c | 55 mysqlnd_is_key_numeric(const char * key, size_t length, long *idx) argument 57 register const char * tmp = key; 64 const char *end=key+length-1; 76 if (*key=='-') { 77 *idx = strtol(key, NULL, 10); 82 *idx = strtol(key, NULL, 10); 181 /* For BC we have to check whether the key is numeric and use it like this */ 187 meta->zend_hash_keys[i].key = idx; 189 meta->zend_hash_keys[i].key =
|
| /PHP_5_5/ext/sockets/ |
| H A D | conversions.h | 24 const char *key; member in struct:key_value
|
| /PHP_5_5/ext/opcache/ |
| H A D | zend_accelerator_hash.c | 72 * key needs to be already allocated as it is not copied 74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key_length, zend_bool indirect, void *data) argument 88 hash_value = zend_inline_hash_func(key, key_length); 96 && !memcmp(entry->key, key, key_length)) { 133 entry->key = key; 140 /* Returns the data associated with key on success 143 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) argument 149 hash_value = zend_inline_hash_func(key, key_lengt 171 zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint key_length) argument 196 zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) argument [all...] |
| H A D | zend_accelerator_hash.h | 37 'key' and 'data' passed to zend_accel_hash_update() must be already 49 char *key; member in struct:_zend_accel_hash_entry 69 char *key, 76 char *key, 81 char *key, 86 char *key,
|
| H A D | zend_persist_calc.c | 55 /* persist bucket and key */ 331 uint zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, char *key, unsigned int key_length TSRMLS_DC) argument 338 ADD_DUP_SIZE(key, key_length + 1);
|
| /PHP_5_5/ext/gd/ |
| H A D | gdcache.c | 151 int key; member in struct:__anon1 156 cacheTest( void *map, void *key ) 158 return (((key_value_t *)map)->key == *(int *)key); 162 cacheFetch( char **error, void *key ) 170 map->key = *(int *)key; 187 int elem, key; local 191 key = 20; 192 elem = *(int *)gdCacheGet(cacheTable, &key); [all...] |