Home
last modified time | relevance | path

Searched defs:arg (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
/PHP-7.2/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php28 protected function isShortOption($arg)
/PHP-7.2/main/
H A DSAPI.c171 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post()
659 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op()
979 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data()
988 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter()
/PHP-7.2/ext/skeleton/
H A Dskeleton.c38 char *arg = NULL; in PHP_FUNCTION() local
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.h283 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
287 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
290 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
293 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c382 zval* collator_make_printable_zval( zval* arg, zval *rv) in collator_make_printable_zval()
421 zval* collator_normalize_sort_argument( zval* arg, zval *rv ) in collator_normalize_sort_argument()
/PHP-7.2/ext/filter/
H A Dfilter.c422 static unsigned int php_sapi_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val… in php_sapi_filter()
527 static zval *php_filter_get_storage(zend_long arg)/* {{{ */ in php_filter_get_storage()
573 zend_long arg; in PHP_FUNCTION() local
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp210 zend_long arg; in _breakiter_int32_ret_int32() local
264 zval *arg; in PHP_FUNCTION() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_10.c206 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_13.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_14.c208 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_15.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_16.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_2.c193 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_3.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_4.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dkoi8.c217 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold()
H A Dkoi8_r.c179 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_r_apply_all_case_fold()
H A Dcp1251.c167 OnigApplyAllCaseFoldFunc f, void* arg) in cp1251_apply_all_case_fold()
H A Diso8859_5.c192 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_7.c188 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_9.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
/PHP-7.2/ext/standard/
H A Dmd5.c49 zend_string *arg; in PHP_NAMED_FUNCTION() local
79 char *arg; in PHP_NAMED_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_list.c247 static int clean_module_resource(zval *zv, void *arg) in clean_module_resource()
258 static int zend_clean_module_rsrc_dtors_cb(zval *zv, void *arg) in zend_clean_module_rsrc_dtors_cb()

Completed in 55 milliseconds

123456