Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 41) sorted by relevance

12

/PHP-5.4/ext/pcntl/
H A Dphp_signal.c28 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4()
63 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
/PHP-5.4/ext/pdo_sqlite/
H A Dsqlite_driver.c104 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local
458 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local
467 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local
475 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local
536 struct pdo_sqlite_func *func; in PHP_METHOD() local
607 struct pdo_sqlite_func *func; in PHP_METHOD() local
H A Dphp_pdo_sqlite_int.h41 zval *func, *step, *fini; member
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h96 #define _PROTOTYPE(func, args) func args argument
98 #define _PROTOTYPE(func, args) func() argument
/PHP-5.4/Zend/
H A Dzend_closures.c39 zend_function func; member
50 zend_function *func = EG(current_execute_data)->function_state.function; in ZEND_METHOD() local
443 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *th… in zend_create_closure()
H A Dzend_llist.c231 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void … in zend_llist_apply_with_argument()
H A Dzend_hash.h307 #define ZEND_HANDLE_NUMERIC_EX(key, length, idx, func) do { \ in END_EXTERN_C() argument
342 #define ZEND_HANDLE_NUMERIC(key, length, func) do { \ argument
H A Dzend_builtin_functions.c1139 union _zend_function *func = NULL; in ZEND_FUNCTION() local
1353 zend_function *func; in ZEND_FUNCTION() local
1840 zend_function new_function, *func; in ZEND_FUNCTION() local
H A Dzend_object_handlers.c869 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call() local
1087 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call() local
/PHP-5.4/main/
H A Dphp_ticks.c66 void (*func)(int); in php_tick_iterator() local
H A Doutput.c665 php_output_handler_alias_ctor_t *func = NULL; in php_output_handler_alias() local
1272 php_output_handler_func_t func = *(php_output_handler_func_t *) handler_context; in php_output_handler_compat_func() local
H A Dphp_output.h143 } func; member
/PHP-5.4/ext/session/
H A Dmod_user.c47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) in ps_call_handler()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c831 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local
840 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local
852 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local
922 php_sqlite3_func *func; local
972 php_sqlite3_func *func; local
2045 php_sqlite3_func *func; local
H A Dphp_sqlite3_structs.h61 zval *func, *step, *fini; member
/PHP-5.4/main/streams/
H A Dphp_stream_context.h46 php_stream_notification_func func; member
/PHP-5.4/ext/standard/
H A Dfilestat.c129 gdfse_func func; in php_disk_total_space() local
261 gdfse_func func; in php_disk_free_space() local
H A Dphp_smart_str.h165 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregposix.c271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); member
/PHP-5.4/ext/soap/
H A Dphp_http.c321 zval func; in make_http_soap_request() local
1187 zval func; in make_http_soap_request() local
/PHP-5.4/ext/intl/collator/
H A Dcollator_sort.c264 collator_compare_func_t func; in collator_get_compare_function() local
/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c1056 #define PHAR_INTERCEPT(func) \ argument
1094 #define PHAR_RELEASE(func) \ argument
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_priv.h181 ps_field_fetch_func func; member
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c437 FUNCDESC *func; in php_com_process_typeinfo() local
/PHP-5.4/ext/readline/
H A Dreadline_cli.c465 zend_function *func; in cli_completion_generator_func() local

Completed in 59 milliseconds

12