/PHP-5.3/ext/pcntl/ |
H A D | php_signal.c | 25 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() 50 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal()
|
/PHP-5.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 104 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 D | php_pdo_sqlite_int.h | 41 zval *func, *step, *fini; member
|
/PHP-5.3/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 96 #define _PROTOTYPE(func, args) func args argument 98 #define _PROTOTYPE(func, args) func() argument
|
/PHP-5.3/main/ |
H A D | php_ticks.c | 66 void (*func)(int); in php_tick_iterator() local
|
/PHP-5.3/Zend/ |
H A D | zend_closures.c | 39 zend_function func; member 49 zend_function *func = EG(current_execute_data)->function_state.function; in ZEND_METHOD() local
|
H A D | zend_builtin_functions.c | 1087 union _zend_function *func = NULL; in ZEND_FUNCTION() local 1258 zend_function *func; in ZEND_FUNCTION() local 1721 zend_function new_function, *func; in ZEND_FUNCTION() local 2311 const zend_function_entry *func; in ZEND_FUNCTION() local
|
H A D | zend_llist.c | 231 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 D | zend_object_handlers.c | 705 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_call_user_call() local 921 …zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.… in zend_std_callstatic_user_call() local
|
/PHP-5.3/ext/session/ |
H A D | mod_user.c | 47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) in ps_call_handler()
|
/PHP-5.3/ext/sqlite3/ |
H A D | sqlite3.c | 823 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 832 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 844 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); local 914 php_sqlite3_func *func; local 964 php_sqlite3_func *func; local 2017 php_sqlite3_func *func; local
|
H A D | php_sqlite3_structs.h | 61 zval *func, *step, *fini; member
|
/PHP-5.3/ext/standard/ |
H A D | filestat.c | 130 gdfse_func func; in php_disk_total_space() local 262 gdfse_func func; in php_disk_free_space() local
|
H A D | php_smart_str.h | 165 #define smart_str_append_generic_ex(dest, num, type, vartype, func) do { \ argument
|
/PHP-5.3/main/streams/ |
H A D | php_stream_context.h | 46 php_stream_notification_func func; member
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); member
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli_readline.c | 320 zend_function *func; in cli_completion_generator_func() local
|
/PHP-5.3/ext/soap/ |
H A D | php_http.c | 317 zval func; in make_http_soap_request() local 1175 zval func; in make_http_soap_request() local
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator_sort.c | 264 collator_compare_func_t func; in collator_get_compare_function() local
|
/PHP-5.3/ext/phar/ |
H A D | func_interceptors.c | 1056 #define PHAR_INTERCEPT(func) \ argument 1094 #define PHAR_RELEASE(func) \ argument
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 158 ps_field_fetch_func func; member
|
/PHP-5.3/ext/com_dotnet/ |
H A D | com_typeinfo.c | 433 FUNCDESC *func; in php_com_process_typeinfo() local
|
H A D | com_handlers.c | 266 union _zend_function *func; in com_method_get() local
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 768 static void php_sqlite_generic_function_callback(sqlite_func *func, int argc, const char **argv) in php_sqlite_generic_function_callback() 858 static void php_sqlite_function_callback(sqlite_func *func, int argc, const char **argv) in php_sqlite_function_callback() 934 static void php_sqlite_agg_step_function_callback(sqlite_func *func, int argc, const char **argv) in php_sqlite_agg_step_function_callback() 1005 static void php_sqlite_agg_fini_function_callback(sqlite_func *func) in php_sqlite_agg_fini_function_callback()
|
/PHP-5.3/ext/simplexml/ |
H A D | simplexml.c | 49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) argument 50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument 52 #define SXE_METHOD(func) PHP_METHOD(simplexml_element, func) argument
|