Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 158) sorted by relevance

1234567

/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c50 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.5/ext/mbstring/oniguruma/
H A Dst.c20 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.5/ext/opcache/
H A Dzend_accelerator_hash.c74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key… in zend_accel_hash_update()
143 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find()
171 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint… in zend_accel_hash_find_entry()
196 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_unlink()
H A DZendAccelerator.c221 char *key; in ZEND_INI_MH() local
968 char *key; in accel_make_persistent_key_ex() local
1016 ZCG(key)[cwd_len] = ':'; in accel_make_persistent_key_ex() local
1020 ZCG(key)[cwd_len + 1 + path_length] = ':'; in accel_make_persistent_key_ex() local
1027 ZCG(key)[cur_len] = ':'; in accel_make_persistent_key_ex() local
1031 ZCG(key)[key_length] = '\0'; in accel_make_persistent_key_ex() local
1105 static void zend_accel_add_key(char *key, unsigned int key_length, zend_accel_hash_entry *bucket TS… in zend_accel_add_key()
1455 char *key = NULL; local
1815 char *key = NULL; local
1985 char *key = NULL; local
[all …]
/PHP-5.5/ext/gd/
H A Dgdcache.c151 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.5/ext/gd/libgd/
H A Dgdcache.c153 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.5/win32/build/
H A Dregistersyslog.php14 $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.5/ext/dba/
H A Ddba_cdb.c141 # 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.5/ext/dba/libcdb/
H A Dcdb.c46 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.5/ext/session/
H A Dmod_user_class.c74 char *key, *val; in PHP_METHOD() local
98 char *key, *val; in PHP_METHOD() local
115 char *key; in PHP_METHOD() local
H A Dmod_mm.c54 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.5/ext/phar/
H A Ddirstream.c97 phar_zstr key; in phar_dir_read() local
192 phar_zstr key; in phar_make_dirstream() local
324 phar_zstr key; in phar_wrapper_open_dir() local
572 phar_zstr key; in phar_wrapper_rmdir() local
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h41 long key; member
56 key_t key; /* key set by user */ member
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c107 char *key = key_datum.dptr; in flatfile_delete() local
163 void *key = key_datum.dptr; in flatfile_findkey() local
/PHP-5.5/ext/hash/
H A Dhash_gost.c38 #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.5/TSRM/
H A Dtsrm_win32.c410 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.5/ext/mcrypt/
H A Dmcrypt.c596 char *key, *iv; in PHP_FUNCTION() local
1191 static void php_mcrypt_do_crypt(char* cipher, const char *key, int key_len, const char *data, int d… in php_mcrypt_do_crypt()
1303 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1319 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1335 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1351 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1367 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1383 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c177 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.5/ext/openssl/
H A Dopenssl.c1405 EVP_PKEY * key = NULL; in PHP_FUNCTION() local
3201 EVP_PKEY * key; in PHP_FUNCTION() local
3260 EVP_PKEY * key; in PHP_FUNCTION() local
3338 zval *key; in PHP_FUNCTION() local
3376 zval *key; in PHP_FUNCTION() local
3959 zval **key, *crypted; in PHP_FUNCTION() local
4017 zval **key, *crypted; in PHP_FUNCTION() local
4083 zval **key, *crypted; in PHP_FUNCTION() local
4141 zval **key, *crypted; in PHP_FUNCTION() local
4291 zval **key; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/sysvmsg/
H A Dphp_sysvmsg.h54 key_t key; member
H A Dsysvmsg.c234 long key; in PHP_FUNCTION() local
253 long key; in PHP_FUNCTION() local
/PHP-5.5/sapi/aolserver/
H A Daolserver.c273 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.5/ext/spl/
H A Dspl.php558 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.5/Zend/
H A Dzend_API.c1225 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex()
1236 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex()
1247 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1258 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex()
1269 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex()
1302 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1540 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1574 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long n TSRMLS_DC) /* {{… in add_property_long_ex()
1592 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex()
1610 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex()
[all …]
/PHP-5.5/ext/sysvsem/
H A Dphp_sysvsem.h41 int key; /* For error reporting. */ member

Completed in 92 milliseconds

1234567