/PHP-5.3/ext/dba/libinifile/ |
H A D | inifile.c | 51 void inifile_key_free(key_type *key) in inifile_key_free() 116 key_type key; in inifile_key_split() local 131 char * inifile_key_string(const key_type *key) in inifile_key_string() 246 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.3/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.3/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.3/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.3/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.3/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.3/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.3/ext/phar/ |
H A D | dirstream.c | 97 phar_zstr key; in phar_dir_read() local 196 phar_zstr key; in phar_make_dirstream() local 327 phar_zstr key; in phar_wrapper_open_dir() local 575 phar_zstr key; in phar_wrapper_rmdir() local
|
/PHP-5.3/ext/sysvshm/ |
H A D | php_sysvshm.h | 41 long key; member 56 key_t key; /* key set by user */ member
|
H A D | sysvshm.c | 359 static int php_put_shm_data(sysvshm_chunk_head *ptr, long key, const char *data, long len) in php_put_shm_data() 388 static long php_check_shm_data(sysvshm_chunk_head *ptr, long key) in php_check_shm_data()
|
/PHP-5.3/ext/dba/libflatfile/ |
H A D | flatfile.c | 108 char *key = key_datum.dptr; in flatfile_delete() local 170 void *key = key_datum.dptr; in flatfile_findkey() local
|
/PHP-5.3/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.3/TSRM/ |
H A D | tsrm_win32.c | 412 static shm_pair *shm_get(int key, void *addr) in shm_get() 593 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.3/ext/mcrypt/ |
H A D | mcrypt.c | 585 char *key, *iv; in PHP_FUNCTION() local 1168 static void php_mcrypt_do_crypt(char* cipher, const char *key, int key_len, const char *data, int d… in php_mcrypt_do_crypt() 1280 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1296 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1312 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1328 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1344 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1360 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
|
/PHP-5.3/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.3/ext/openssl/ |
H A D | openssl.c | 1313 EVP_PKEY * key = NULL; in PHP_FUNCTION() local 3099 EVP_PKEY * key; in PHP_FUNCTION() local 3158 EVP_PKEY * key; in PHP_FUNCTION() local 3231 zval *key; in PHP_FUNCTION() local 3268 zval *key; in PHP_FUNCTION() local 3822 zval **key, *crypted; in PHP_FUNCTION() local 3880 zval **key, *crypted; in PHP_FUNCTION() local 3946 zval **key, *crypted; in PHP_FUNCTION() local 4004 zval **key, *crypted; in PHP_FUNCTION() local 4154 zval **key; in PHP_FUNCTION() local [all …]
|
/PHP-5.3/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.3/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.3/ext/session/ |
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.3/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.3/ext/spl/ |
H A D | spl.php | 561 function key(); function 846 function key() {/**/} function in ArrayIterator 1007 function key() {/**/} function in DirectoryIterator 1060 function key() {/**/} function in RecursiveDirectoryIterator 1118 function key() {/**/} function in SimpleXMLIterator
|
/PHP-5.3/Zend/ |
H A D | zend_API.c | 1117 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex() 1128 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex() 1139 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() 1150 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex() 1161 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex() 1194 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 1432 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /* {{… in add_property_long_ex() 1450 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex() 1468 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex() 1486 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.3/ext/sysvsem/ |
H A D | php_sysvsem.h | 41 int key; /* For error reporting. */ member
|
/PHP-5.3/sapi/apache2filter/ |
H A D | php_functions.c | 157 char *key, *val; in PHP_FUNCTION() local 177 char *key, *val; in PHP_FUNCTION() local
|