Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 117) sorted by relevance

12345

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c37 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 Dqueue.c691 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 Dmbfl_convert.c288 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 Dzend_shared_alloc.c79 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 Dshared_alloc_win32.c83 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 Dregversion.c35 onig_version(void) in onig_version() argument
47 onig_copyright(void) in onig_copyright() argument
H A Dregtrav.c36 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 Dphp_tux.c180 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 Dpdo_sqlstate.c307 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 Dpdo.c49 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 Dcodepointiterator_internal.cpp142 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 Dzend_list.c269 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 Dzend_ptr_stack.c84 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 Dstart.c96 void _NonAppStop( void ) in _NonAppStop() argument
106 int _NonAppCheckUnload( void ) in _NonAppCheckUnload() argument
/PHP-5.6/TSRM/
H A DTSRM.c165 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 Dtimelib.c39 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 Doutofmem.c42 void bc_out_of_memory (void) in bc_out_of_memory() argument
/PHP-5.6/ext/gd/libgd/
H A Dgdfonts.c3871 gdFontPtr gdFontGetSmall(void) in gdFontGetSmall() argument
H A Dgdfontt.c2592 gdFontPtr gdFontGetTiny(void) in gdFontGetTiny() argument
H A Dgdfontg.c4384 gdFontPtr gdFontGetGiant(void) in gdFontGetGiant() argument
H A Dgdfontl.c4641 gdFontPtr gdFontGetLarge(void) in gdFontGetLarge() argument
H A Dgdfontmb.c3871 gdFontPtr gdFontGetMediumBold(void) in gdFontGetMediumBold() argument
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c541 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 Dpcre_maketables.c71 pcre_maketables(void) in pcre_maketables() argument
H A Dpcre_version.c84 pcre_version(void) in pcre_version() argument

Completed in 73 milliseconds

12345