/PHP-5.4/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() 328 static int inifile_find_group(inifile *dba, const key_type *key, size_t *pos_grp_start TSRMLS_DC) in inifile_find_group() 365 static int inifile_next_group(inifile *dba, const key_type *key, size_t *pos_grp_start TSRMLS_DC) in inifile_next_group() 461 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append() 572 int inifile_replace(inifile *dba, const key_type *key, const val_type *value TSRMLS_DC) in inifile_replace() 580 int inifile_append(inifile *dba, const key_type *key, const val_type *value TSRMLS_DC) in inifile_append()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | st.c | 36 st_data_t key; member 75 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) argument 76 #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) argument 234 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument 256 st_lookup(table, key, value) in st_lookup() argument 276 #define ADD_DIRECT(table, key, value, hash_val, bin_pos)\ argument 295 st_insert(table, key, value) in st_insert() argument 317 st_add_direct(table, key, value) in st_add_direct() argument 397 st_delete(table, key, value) in st_delete() argument 439 st_delete_safe(table, key, value, never) in st_delete_safe() argument [all …]
|
/PHP-5.4/ext/gd/ |
H A D | gdcache.c | 146 int key; member 151 cacheTest( void *map, void *key ) in cacheTest() 157 cacheFetch( char **error, void *key ) in cacheFetch() 182 int elem, key; in main() local
|
/PHP-5.4/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.4/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.4/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.4/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.4/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.4/ext/phar/ |
H A D | dirstream.c | 97 phar_zstr key; in phar_dir_read() local 192 phar_zstr key; in phar_make_dirstream() local 323 phar_zstr key; in phar_wrapper_open_dir() local 571 phar_zstr key; in phar_wrapper_rmdir() local
|
/PHP-5.4/ext/sysvshm/ |
H A D | php_sysvshm.h | 41 long key; member 56 key_t key; /* key set by user */ member
|
/PHP-5.4/ext/dba/libflatfile/ |
H A D | flatfile.c | 107 char *key = key_datum.dptr; in flatfile_delete() local 169 void *key = key_datum.dptr; in flatfile_findkey() local
|
/PHP-5.4/ext/hash/ |
H A D | hash_gost.c | 38 #define R(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 = state, *m = data; in Gost() local
|
/PHP-5.4/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() 654 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() 686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
|
/PHP-5.4/ext/mcrypt/ |
H A D | mcrypt.c | 585 char *key, *iv; in PHP_FUNCTION() local 1172 static void php_mcrypt_do_crypt(char* cipher, const char *key, int key_len, const char *data, int d… in php_mcrypt_do_crypt() 1284 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1300 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1316 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1332 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1348 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1364 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
|
/PHP-5.4/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.4/ext/openssl/ |
H A D | openssl.c | 1391 EVP_PKEY * key = NULL; in PHP_FUNCTION() local 3186 EVP_PKEY * key; in PHP_FUNCTION() local 3245 EVP_PKEY * key; in PHP_FUNCTION() local 3323 zval *key; in PHP_FUNCTION() local 3361 zval *key; in PHP_FUNCTION() local 3893 zval **key, *crypted; in PHP_FUNCTION() local 3951 zval **key, *crypted; in PHP_FUNCTION() local 4017 zval **key, *crypted; in PHP_FUNCTION() local 4075 zval **key, *crypted; in PHP_FUNCTION() local 4225 zval **key; in PHP_FUNCTION() local [all …]
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 55 mysqlnd_is_key_numeric(const char * key, size_t length, long *idx) in mysqlnd_is_key_numeric() 98 mysqlnd_unicode_is_key_numeric(UChar *key, size_t length, long *idx) in mysqlnd_unicode_is_key_numeric()
|
/PHP-5.4/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.4/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.4/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.4/Zend/ |
H A D | zend_API.c | 1196 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex() 1207 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex() 1218 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() 1229 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex() 1240 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex() 1273 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 1511 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /* {{… in add_property_long_ex() 1529 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex() 1547 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex() 1565 ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /… in add_property_resource_ex() [all …]
|
/PHP-5.4/ext/sysvsem/ |
H A D | php_sysvsem.h | 41 int key; /* For error reporting. */ member
|
/PHP-5.4/sapi/apache2filter/ |
H A D | php_functions.c | 157 char *key, *val; in PHP_FUNCTION() local 177 char *key, *val; in PHP_FUNCTION() local
|