/PHP-5.6/ext/dba/libinifile/ |
H A D | inifile.c | 50 void inifile_key_free(key_type *key) in inifile_key_free() 115 key_type key; in inifile_key_split() local 130 char * inifile_key_string(const key_type *key) in inifile_key_string() 245 val_type inifile_fetch(inifile *dba, const key_type *key, int skip TSRMLS_DC) { in inifile_fetch() 329 static int inifile_find_group(inifile *dba, const key_type *key, size_t *pos_grp_start TSRMLS_DC) in inifile_find_group() 366 static int inifile_next_group(inifile *dba, const key_type *key, size_t *pos_grp_start TSRMLS_DC) in inifile_next_group() 462 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append() 573 int inifile_replace(inifile *dba, const key_type *key, const val_type *value TSRMLS_DC) in inifile_replace() 581 int inifile_append(inifile *dba, const key_type *key, const val_type *value TSRMLS_DC) in inifile_append()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | st.c | 20 st_data_t key; member 59 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) argument 60 #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) argument 218 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument 240 st_lookup(table, key, value) in st_lookup() argument 260 #define ADD_DIRECT(table, key, value, hash_val, bin_pos)\ argument 279 st_insert(table, key, value) in st_insert() argument 301 st_add_direct(table, key, value) in st_add_direct() argument 381 st_delete(table, key, value) in st_delete() argument 423 st_delete_safe(table, key, value, never) in st_delete_safe() argument [all …]
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdcache.c | 153 int key; member 159 cacheTest (void *map, void *key) in cacheTest() 165 cacheFetch (char **error, void *key) in cacheFetch() 187 int elem, key; in main() local
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_hash.c | 74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key… in zend_accel_hash_update() 149 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find() 183 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint… in zend_accel_hash_find_entry() 214 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_unlink()
|
H A D | ZendAccelerator.c | 225 char *key; in ZEND_INI_MH() local 997 char *key; in accel_make_persistent_key_ex() local 1045 ZCG(key)[cwd_len] = ':'; in accel_make_persistent_key_ex() local 1049 ZCG(key)[cwd_len + 1 + path_length] = ':'; in accel_make_persistent_key_ex() local 1056 ZCG(key)[cur_len] = ':'; in accel_make_persistent_key_ex() local 1060 ZCG(key)[key_length] = '\0'; in accel_make_persistent_key_ex() local 1134 static void zend_accel_add_key(char *key, unsigned int key_length, zend_accel_hash_entry *bucket TS… in zend_accel_add_key() 1488 char *key = NULL; local 1892 char *key = NULL; local 2062 char *key = NULL; local [all …]
|
/PHP-5.6/ext/gd/ |
H A D | gdcache.c | 151 int key; member 156 cacheTest( void *map, void *key ) in cacheTest() 162 cacheFetch( char **error, void *key ) in cacheFetch() 187 int elem, key; in main() local
|
/PHP-5.6/win32/build/ |
H A D | registersyslog.php | 14 $key = @reg_create_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); variable 17 $key = reg_open_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); variable
|
/PHP-5.6/ext/dba/ |
H A D | dba_cdb.c | 141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len TSRMLS_CC) argument 142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len TSRMLS_CC) argument 145 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument 146 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument 250 char *key; in DBA_FIRSTKEY_FUNC() local 291 char *key; in DBA_NEXTKEY_FUNC() local
|
/PHP-5.6/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) in cdb_match() 129 int cdb_findnext(struct cdb *c, char *key, unsigned int len TSRMLS_DC) in cdb_findnext() 182 int cdb_find(struct cdb *c, char *key, unsigned int len TSRMLS_DC) in cdb_find()
|
/PHP-5.6/ext/session/ |
H A D | mod_user_class.c | 74 char *key, *val; in PHP_METHOD() local 98 char *key, *val; in PHP_METHOD() local 115 char *key; in PHP_METHOD() local
|
H A D | mod_mm.c | 54 char key[1]; /* inline key */ member 115 static ps_sd *ps_sd_new(ps_mm *data, const char *key) in ps_sd_new() 182 static ps_sd *ps_sd_lookup(ps_mm *data, const char *key, int rw) in ps_sd_lookup()
|
/PHP-5.6/ext/sysvshm/ |
H A D | php_sysvshm.h | 41 long key; member 56 key_t key; /* key set by user */ member
|
/PHP-5.6/ext/dba/libflatfile/ |
H A D | flatfile.c | 107 char *key = key_datum.dptr; in flatfile_delete() local 163 void *key = key_datum.dptr; in flatfile_findkey() local
|
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.c | 410 static shm_pair *shm_get(int key, void *addr) in shm_get() 591 TSRM_API int shmget(int key, int size, int flags) in shmget() 660 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() 702 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
|
/PHP-5.6/ext/hash/ |
H A D | hash_gost.c | 38 #define R(tables, key, h, i, t, l, r) \ argument 71 #define P(key, w) \ argument 213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
|
/PHP-5.6/ext/mcrypt/ |
H A D | mcrypt.c | 565 char *key, *iv; in PHP_FUNCTION() local 1273 static void php_mcrypt_do_crypt(char* cipher, const char *key, int key_len, const char *data, int d… in php_mcrypt_do_crypt() 1337 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local 1353 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local 1370 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1386 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1402 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1418 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/apache2handler/ |
H A D | php_functions.c | 177 char *key, *val; in PHP_FUNCTION() local 201 char *key, *val; in PHP_FUNCTION() local 438 char *key, *val; in PHP_MINFO_FUNCTION() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_help.h | 43 char *key; member
|
H A D | phpdbg_watch.c | 141 static char *phpdbg_get_property_key(char *key) { in phpdbg_get_property_key() 172 zval key; in phpdbg_create_recursive_watchpoint() local 226 zval key; in phpdbg_delete_watchpoint_recursive() local 336 zval *key = emalloc(sizeof(zval)); in phpdbg_watchpoint_parse_input() local
|
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 1862 EVP_PKEY * key = NULL; in PHP_FUNCTION() local 3706 EVP_PKEY * key; in PHP_FUNCTION() local 3779 EVP_PKEY * key; in PHP_FUNCTION() local 3869 zval *key; in PHP_FUNCTION() local 3907 zval *key; in PHP_FUNCTION() local 4524 zval **key, *crypted; in PHP_FUNCTION() local 4582 zval **key, *crypted; in PHP_FUNCTION() local 4648 zval **key, *crypted; in PHP_FUNCTION() local 4706 zval **key, *crypted; in PHP_FUNCTION() local 4856 zval **key; in PHP_FUNCTION() local [all …]
|
/PHP-5.6/ext/sysvmsg/ |
H A D | php_sysvmsg.h | 54 key_t key; member
|
H A D | sysvmsg.c | 234 long key; in PHP_FUNCTION() local 253 long key; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/aolserver/ |
H A D | aolserver.c | 273 char *key = Ns_SetKey(NSG(conn->headers), i); in PHP_FUNCTION() local 311 char *key = Ns_SetKey(NSG(conn->headers), i); in php_ns_sapi_register_variables() local 529 char *key = Ns_SetKey(set, i); in php_ns_config() local
|
/PHP-5.6/ext/spl/ |
H A D | spl.php | 558 function key(); function 843 function key() {/**/} function in ArrayIterator 1004 function key() {/**/} function in DirectoryIterator 1057 function key() {/**/} function in RecursiveDirectoryIterator 1115 function key() {/**/} function in SimpleXMLIterator
|
/PHP-5.6/ext/sysvsem/ |
H A D | php_sysvsem.h | 41 int key; /* For error reporting. */ member
|