/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitUtils.c | 37 static SLJIT_INLINE void allocator_grab_lock(void) in allocator_grab_lock() argument 42 static SLJIT_INLINE void allocator_release_lock(void) in allocator_release_lock() argument 51 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock() argument 71 static SLJIT_INLINE void allocator_grab_lock(void) in allocator_grab_lock() argument 80 static SLJIT_INLINE void allocator_release_lock(void) in allocator_release_lock() argument 91 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock() argument 115 static SLJIT_INLINE void allocator_grab_lock(void) in allocator_grab_lock() argument 120 static SLJIT_INLINE void allocator_release_lock(void) in allocator_release_lock() argument 133 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock() argument 170 static SLJIT_INLINE sljit_si open_dev_zero(void) in open_dev_zero() argument [all …]
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | queue.c | 691 int (*Comp)(const void *, const void *)) in Q_Find() 716 int (*Comp)(const void *, const void *)) in QuickSort() 777 int Q_Sort(queue *q, int (*Comp)(const void *, const void *)) in Q_Sort() 854 int (*Comp)(const void *, const void*)) in Q_BSearch() 897 void *Q_Seek(queue *q, void *data, int (*Comp)(const void *, const void *)) in Q_Seek() 941 int Q_Insert(queue *q, void *data, int (*Comp)(const void *, const void *)) in Q_Insert()
|
/PHP-5.6/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 288 int (*flush_function)(void*), in mbfl_convert_filter_common_init() 328 int (*flush_function)(void*), in mbfl_convert_filter_new() 359 int (*flush_function)(void*), in mbfl_convert_filter_new2()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_shared_alloc.c | 79 void zend_shared_alloc_create_lock(void) in zend_shared_alloc_create_lock() argument 248 void zend_shared_alloc_shutdown(void) in zend_shared_alloc_shutdown() argument 273 static size_t zend_shared_alloc_get_largest_free_block(void) in zend_shared_alloc_get_largest_free_block() argument 427 void zend_shared_alloc_clear_xlat_table(void) in zend_shared_alloc_clear_xlat_table() argument 447 size_t zend_shared_alloc_get_free_memory(void) in zend_shared_alloc_get_free_memory() argument 452 void zend_shared_alloc_save_state(void) in zend_shared_alloc_save_state() argument 462 void zend_shared_alloc_restore_state(void) in zend_shared_alloc_restore_state() argument 474 const char *zend_accel_get_shared_model(void) in zend_accel_get_shared_model() argument
|
H A D | shared_alloc_win32.c | 83 static char *accel_gen_system_id(void) in accel_gen_system_id() argument 130 static char *get_mmap_base_file(void) in get_mmap_base_file() argument 144 void zend_shared_alloc_create_lock(void) in zend_shared_alloc_create_lock() argument 154 void zend_shared_alloc_lock_win32(void) in zend_shared_alloc_lock_win32() argument 163 void zend_shared_alloc_unlock_win32(void) in zend_shared_alloc_unlock_win32() argument 382 static size_t segment_type_size(void) in segment_type_size() argument
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regversion.c | 35 onig_version(void) in onig_version() argument 47 onig_copyright(void) in onig_copyright() argument
|
H A D | regtrav.c | 36 int(*callback_func)(int,int,int,int,int,void*), in capture_tree_traverse() argument 68 int(*callback_func)(int,int,int,int,int,void*), void* arg) in onig_capture_tree_traverse() argument
|
/PHP-5.6/sapi/tux/ |
H A D | php_tux.c | 180 static char *sapi_tux_read_cookies(void) in sapi_tux_read_cookies() argument 419 int tux_get_fd(void) in tux_get_fd() argument 426 void tux_set_dont_close(void) in tux_set_dont_close() argument 435 void TUXAPI_init(void) in TUXAPI_init() argument 442 void doesnotmatter_fini(void) in doesnotmatter_fini() argument
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sqlstate.c | 307 void pdo_sqlstate_fini_error_table(void) in pdo_sqlstate_fini_error_table() argument 312 int pdo_sqlstate_init_error_table(void) in pdo_sqlstate_init_error_table() argument
|
H A D | pdo.c | 49 int php_pdo_list_entry(void) in php_pdo_list_entry() argument 57 PDO_API zend_class_entry *php_pdo_get_dbh_ce(void) in php_pdo_get_dbh_ce() argument 62 PDO_API zend_class_entry *php_pdo_get_exception(void) in php_pdo_get_exception() argument
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 142 int32_t CodePointBreakIterator::first(void) in first() argument 150 int32_t CodePointBreakIterator::last(void) in last() argument 159 int32_t CodePointBreakIterator::previous(void) in previous() argument 169 int32_t CodePointBreakIterator::next(void) in next() argument
|
/PHP-5.6/Zend/ |
H A D | zend_list.c | 269 ZEND_API int zend_register_list_destructors(void (*ld)(void *), void (*pld)(void *), int module_num… in zend_register_list_destructors() argument 334 int zend_init_rsrc_list_dtors(void) in zend_init_rsrc_list_dtors() argument 345 void zend_destroy_rsrc_list_dtors(void) in zend_destroy_rsrc_list_dtors() argument
|
H A D | zend_ptr_stack.c | 84 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_apply() argument 94 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem… in zend_ptr_stack_clean() argument
|
/PHP-5.6/netware/ |
H A D | start.c | 96 void _NonAppStop( void ) in _NonAppStop() argument 106 int _NonAppCheckUnload( void ) in _NonAppCheckUnload() argument
|
/PHP-5.6/TSRM/ |
H A D | TSRM.c | 165 TSRM_API void tsrm_shutdown(void) in tsrm_shutdown() argument 423 void *tsrm_new_interpreter_context(void) in tsrm_new_interpreter_context() argument 442 void ts_free_thread(void) in ts_free_thread() argument 484 void ts_free_worker_threads(void) in ts_free_worker_threads() argument 570 TSRM_API THREAD_T tsrm_thread_id(void) in tsrm_thread_id() argument 591 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() argument
|
/PHP-5.6/ext/date/lib/ |
H A D | timelib.c | 39 timelib_time* timelib_time_ctor(void) in timelib_time_ctor() argument 47 timelib_rel_time* timelib_rel_time_ctor(void) in timelib_rel_time_ctor() argument 115 timelib_time_offset* timelib_time_offset_ctor(void) in timelib_time_offset_ctor() argument
|
/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | outofmem.c | 42 void bc_out_of_memory (void) in bc_out_of_memory() argument
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdfonts.c | 3871 gdFontPtr gdFontGetSmall(void) in gdFontGetSmall() argument
|
H A D | gdfontt.c | 2592 gdFontPtr gdFontGetTiny(void) in gdFontGetTiny() argument
|
H A D | gdfontg.c | 4384 gdFontPtr gdFontGetGiant(void) in gdFontGetGiant() argument
|
H A D | gdfontl.c | 4641 gdFontPtr gdFontGetLarge(void) in gdFontGetLarge() argument
|
H A D | gdfontmb.c | 3871 gdFontPtr gdFontGetMediumBold(void) in gdFontGetMediumBold() argument
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd.c | 541 static httpd_conn *dequeue_request(void) argument 721 int thttpd_get_fd(void) argument 727 void thttpd_set_dont_close(void) argument 736 void thttpd_php_init(void) argument 761 void thttpd_php_shutdown(void) argument
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_maketables.c | 71 pcre_maketables(void) in pcre_maketables() argument
|
H A D | pcre_version.c | 84 pcre_version(void) in pcre_version() argument
|