Searched defs:free (Results 1 – 16 of 16) sorted by relevance
/php-src/ext/standard/ |
H A D | md5.c | 307 uint32_t used, free; in PHP_MD5Update() local 341 uint32_t used, free; in PHP_MD5Final() local
|
/php-src/ext/sysvshm/ |
H A D | php_sysvshm.h | 53 zend_long free; member
|
/php-src/ext/zlib/ |
H A D | php_zlib.h | 40 size_t free; member
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 94 MYSQLND_METHOD(mysqlnd_res_meta, free)(MYSQLND_RES_METADATA * meta) in MYSQLND_METHOD() argument
|
H A D | mysqlnd_debug.c | 459 MYSQLND_METHOD(mysqlnd_debug, free)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
|
/php-src/ext/dom/ |
H A D | attr.c | 204 bool free; in dom_compare_value() local
|
H A D | php_dom.c | 2366 bool free; in php_dom_get_content_into_zval() local
|
/php-src/ext/ffi/ |
H A D | ffi.stub.php | 21 public static function free(FFI\CData $ptr): void {} function in FFI
|
H A D | ffi.c | 3922 ZEND_METHOD(FFI, free) /* {{{ */ in ZEND_METHOD() argument
|
/php-src/main/ |
H A D | php_output.h | 95 uint32_t free:1; member
|
H A D | output.c | 794 …p_output_context_feed(php_output_context *context, char *data, size_t size, size_t used, bool free) in php_output_context_feed()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 329 uint32_t free; /* Number of ints */ member
|
H A D | pcre2_internal.h | 1825 void (*free)(void *, void *); member
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1464 PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free) in php_libxml_attr_value()
|
/php-src/Zend/ |
H A D | zend_gc.c | 1175 gc_root_buffer *free = GC_IDX2PTR(GC_FIRST_ROOT); in gc_compact() local
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 1519 bool free; in sxe_add_registered_namespaces() local
|
Completed in 72 milliseconds