Home
last modified time | relevance | path

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

12345

/PHP-5.5/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
1319 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null()
1391 ZEND_API int add_next_index_long(zval *arg, long n) /* {{{ */ in add_next_index_long()
1402 ZEND_API int add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null()
1413 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1424 ZEND_API int add_next_index_resource(zval *arg, int r) /* {{{ */ in add_next_index_resource()
1435 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1468 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
3290 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.c200 void *arg; in zend_extension_message_dispatcher() local
211 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
/PHP-5.5/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.c36 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.5/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.c794 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
839 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
933 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC) in _php_math_zvaltobase()
971 zval **arg; in PHP_FUNCTION() local
987 zval **arg; in PHP_FUNCTION() local
1003 zval **arg; in PHP_FUNCTION() local
1019 zval **arg; in PHP_FUNCTION() local
1035 zval **arg; in PHP_FUNCTION() local
1051 zval **arg; in PHP_FUNCTION() local
H A Dpack.c139 int arg = 1; in PHP_FUNCTION() local
250 int arg = formatargs[i]; in PHP_FUNCTION() local
320 int arg = formatargs[i]; in PHP_FUNCTION() local
551 int arg = 1, argb; in PHP_FUNCTION() local
/PHP-5.5/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.5/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.5/ext/dom/
H A Dcharacterdata.c227 char *arg; in PHP_FUNCTION() local
261 char *arg; in PHP_FUNCTION() local
364 char *arg; in PHP_FUNCTION() local
/PHP-5.5/Zend/tests/bug67436/
H A Da.php4 public function test($arg = c::TESTCONSTANT) {
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c42 va_list arg; in php_mysqli_throw_sql_exception() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dgb18030.c34 #define DEBUG_GB18030(arg) argument
36 #define DEBUG_GB18030(arg) printf arg argument
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php28 protected function isShortOption($arg)
/PHP-5.5/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()
/PHP-5.5/ext/skeleton/
H A Dskeleton.c139 char *arg = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/ftp/
H A Dftp.c798 char arg[11]; in ftp_get() local
892 char arg[11]; in ftp_put() local
1375 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local
1715 char arg[11]; in ftp_nb_get() local
1832 char arg[11]; in ftp_nb_put() local
/PHP-5.5/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()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c153 …gument_all(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_all()
173 …uals(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg, int … in sapi_stack_apply_with_argument_stop_if_equals()
196 …http_error(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_stop_if_http_error()
1166 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set()

Completed in 69 milliseconds

12345