php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "ZendAccelerator.h"
#include "zend_accelerator_hash.h"
#include "zend_hash.h"
#include "zend_shared_alloc.h"
Go to the source code of this file.
Functions | |
void | zend_accel_hash_clean (zend_accel_hash *accel_hash) |
void | zend_accel_hash_init (zend_accel_hash *accel_hash, uint32_t hash_size) |
zend_accel_hash_entry * | zend_accel_hash_update (zend_accel_hash *accel_hash, zend_string *key, bool indirect, void *data) |
void * | zend_accel_hash_find (zend_accel_hash *accel_hash, zend_string *key) |
zend_accel_hash_entry * | zend_accel_hash_find_entry (zend_accel_hash *accel_hash, zend_string *key) |
int | zend_accel_hash_unlink (zend_accel_hash *accel_hash, zend_string *key) |
void zend_accel_hash_clean | ( | zend_accel_hash * | accel_hash | ) |
Definition at line 32 of file zend_accelerator_hash.c.
void * zend_accel_hash_find | ( | zend_accel_hash * | accel_hash, |
zend_string * | key ) |
Definition at line 179 of file zend_accelerator_hash.c.
zend_accel_hash_entry * zend_accel_hash_find_entry | ( | zend_accel_hash * | accel_hash, |
zend_string * | key ) |
Definition at line 187 of file zend_accelerator_hash.c.
void zend_accel_hash_init | ( | zend_accel_hash * | accel_hash, |
uint32_t | hash_size ) |
Definition at line 39 of file zend_accelerator_hash.c.
int zend_accel_hash_unlink | ( | zend_accel_hash * | accel_hash, |
zend_string * | key ) |
Definition at line 192 of file zend_accelerator_hash.c.
zend_accel_hash_entry * zend_accel_hash_update | ( | zend_accel_hash * | accel_hash, |
zend_string * | key, | ||
bool | indirect, | ||
void * | data ) |
Definition at line 74 of file zend_accelerator_hash.c.