Home
last modified time | relevance | path

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

1234567

/PHP-5.6/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()
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 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.6/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.6/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()
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 DZendAccelerator.c225 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 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.6/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.6/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.6/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.6/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.6/ext/sysvshm/
H A Dphp_sysvshm.h41 long key; member
56 key_t key; /* key set by user */ member
/PHP-5.6/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.6/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()
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 Dhash_gost.c38 #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 Dmcrypt.c565 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 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.6/sapi/phpdbg/
H A Dphpdbg_help.h43 char *key; member
H A Dphpdbg_watch.c141 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 Dopenssl.c1862 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 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.6/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.6/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.6/ext/sysvsem/
H A Dphp_sysvsem.h41 int key; /* For error reporting. */ member

Completed in 209 milliseconds

1234567