Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 121) sorted by relevance

12345

/PHP-5.6/Zend/
H A Dzend_API.c229 ZEND_API char *zend_zval_type_name(const zval *arg) /* {{{ */ in zend_zval_type_name()
736 zval **arg; in zend_parse_va_args() local
1327 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null()
1408 ZEND_API int add_next_index_long(zval *arg, long n) /* {{{ */ in add_next_index_long()
1419 ZEND_API int add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null()
1430 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1441 ZEND_API int add_next_index_resource(zval *arg, int r) /* {{{ */ in add_next_index_resource()
1452 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1488 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
3346 zval **arg, ***params; in zend_fcall_info_args() local
[all …]
H A Dzend_stack.c142 …h_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in zend_stack_apply_with_argument()
H A Dzend_extensions.c208 void *arg; in zend_extension_message_dispatcher() local
219 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_process_ctl.c40 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup()
54 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action()
441 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat()
466 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat()
496 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept()
H A Dfpm_cleanup.c15 void *arg; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
H A Dfpm_events.c49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup()
56 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal()
471 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
H A Dfpm_events.h13 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
20 void *arg; member
H A Dfpm_worker_pool.c38 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
/PHP-5.6/ext/standard/
H A Dtype.c28 zval **arg; in PHP_FUNCTION() local
217 zval **arg; in php_is_type() local
316 zval **arg; in PHP_FUNCTION() local
347 zval **arg; in PHP_FUNCTION() local
H A Dmath.c772 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
817 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
881 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
911 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC) in _php_math_zvaltobase()
949 zval **arg; in PHP_FUNCTION() local
965 zval **arg; in PHP_FUNCTION() local
981 zval **arg; in PHP_FUNCTION() local
997 zval **arg; in PHP_FUNCTION() local
1013 zval **arg; in PHP_FUNCTION() local
1029 zval **arg; in PHP_FUNCTION() local
H A Dpack.c146 int arg = 1; in PHP_FUNCTION() local
268 int arg = formatargs[i]; in PHP_FUNCTION() local
347 int arg = formatargs[i]; in PHP_FUNCTION() local
599 int arg = 1, argb; in PHP_FUNCTION() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregtrav.c37 int level, void* arg) in capture_tree_traverse()
68 int(*callback_func)(int,int,int,int,int,void*), void* arg) in onig_capture_tree_traverse() argument
H A Dregposix.c273 void* arg; member
278 onig_regex_t* reg ARG_UNUSED, void* arg) in i_wrapper()
288 void* arg) in reg_foreach_name()
/PHP-5.6/ext/readline/
H A Dreadline.c336 char *arg; in PHP_FUNCTION() local
396 char *arg = NULL; in PHP_FUNCTION() local
421 char *arg = NULL; in PHP_FUNCTION() local
527 zval *arg = NULL; in PHP_FUNCTION() local
/PHP-5.6/ext/dom/
H A Dcharacterdata.c220 char *arg; in PHP_FUNCTION() local
254 char *arg; in PHP_FUNCTION() local
357 char *arg; in PHP_FUNCTION() local
/PHP-5.6/Zend/tests/bug67436/
H A Da.php4 public function test($arg = c::TESTCONSTANT) {
/PHP-5.6/ext/mysqli/
H A Dmysqli_exception.c42 va_list arg; in php_mysqli_throw_sql_exception() local
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dgb18030.c34 #define DEBUG_GB18030(arg) argument
36 #define DEBUG_GB18030(arg) printf arg argument
/PHP-5.6/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php28 protected function isShortOption($arg)
/PHP-5.6/ext/skeleton/
H A Dskeleton.c38 char *arg = NULL; in PHP_FUNCTION() local
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.h281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
291 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
H A Dlsapi_main.c249 void * arg ) in add_variable()
268 void *arg; member
273 void * arg ) in add_variable_zts()
349 void * arg ) in add_variable_magic_quote()
708 void * arg ) in alter_ini()
1656 void * arg ) in add_associate_array()
/PHP-5.6/ext/ftp/
H A Dftp.c803 char arg[11]; in ftp_get() local
897 char arg[11]; in ftp_put() local
1380 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local
1725 char arg[11]; in ftp_nb_get() local
1842 char arg[11]; in ftp_nb_put() local
/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.c413 zval* collator_make_printable_zval( zval* arg ) in collator_make_printable_zval()
451 zval* collator_normalize_sort_argument( zval* arg ) in collator_normalize_sort_argument()

Completed in 74 milliseconds

12345