Home
last modified time | relevance | path

Searched refs:OnigValue (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja186 # int onig_get_arg_by_callout_args(OnigCalloutArgs* args, int index, OnigType* type, OnigValue* val)
268 …a_by_callout_args(OnigCalloutArgs* args, int callout_num, int slot, OnigType* type, OnigValue* val)
277 …_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val)
286 …ta_by_callout_args(OnigCalloutArgs* args, int callout_num, int slot, OnigType type, OnigValue* val)
294 …t_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType type, OnigValue* val)
302 …y_callout_args_self_dont_clear_old(OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val)
319 …_data(OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType* type, OnigValue* val)
328 …aram* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType* type, OnigValue* val)
337 …t_data(OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType type, OnigValue* val)
345 …Param* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType type, OnigValue* val)
[all …]
H A DCALLOUTS.API188 # int onig_get_arg_by_callout_args(OnigCalloutArgs* args, int index, OnigType* type, OnigValue* val)
271 …a_by_callout_args(OnigCalloutArgs* args, int callout_num, int slot, OnigType* type, OnigValue* val)
281 …_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val)
290 …ta_by_callout_args(OnigCalloutArgs* args, int callout_num, int slot, OnigType type, OnigValue* val)
298 …t_callout_data_by_callout_args_self(OnigCalloutArgs* args, int slot, OnigType type, OnigValue* val)
306 …y_callout_args_self_dont_clear_old(OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val)
321 …_data(OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType* type, OnigValue* val)
331 …aram* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType* type, OnigValue* val)
340 …t_data(OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType type, OnigValue* val)
348 …Param* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType type, OnigValue* val)
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h765 } OnigValue; typedef
957 …ram* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType type, OnigValue* val));
975 int onig_get_arg_by_callout_args P_((OnigCalloutArgs* args, int index, OnigType* type, OnigValue* v…
997 …P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType* type, OnigValue* val));
999 …out_args_self_dont_clear_old P_((OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val));
1001 …P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType* type, OnigValue* val));
1003 …allout_args P_((OnigCalloutArgs* args, int callout_num, int slot, OnigType* type, OnigValue* val));
1005 …ut_data_by_callout_args_self P_((OnigCalloutArgs* args, int slot, OnigType* type, OnigValue* val));
1007 … P_((OnigRegex reg, OnigMatchParam* mp, int callout_num, int slot, OnigType type, OnigValue* val));
1009 …callout_args P_((OnigCalloutArgs* args, int callout_num, int slot, OnigType type, OnigValue* val));
[all …]
H A Dascii.c41 OnigValue opts[4]; in init()
H A Dutf16_be.c42 OnigValue opts[4]; in init()
H A Dutf16_le.c40 OnigValue opts[4]; in init()
H A Dregexec.c61 OnigValue val;
1407 OnigType* type, OnigValue* val) in onig_get_callout_data()
1460 OnigType type, OnigValue* val) in onig_set_callout_data()
6121 OnigValue val; in onig_builtin_error()
6151 OnigValue val; in onig_builtin_total_count()
6152 OnigValue aval; in onig_builtin_total_count()
6211 OnigValue val; in onig_builtin_max()
6212 OnigValue aval; in onig_builtin_max()
6285 OnigValue val; in onig_builtin_cmp()
6409 OnigValue val; in onig_builtin_monitor()
[all …]
H A Dregint.h219 OnigValue vals[ONIG_CALLOUT_MAX_ARGS_NUM];
H A Dregparse.c1167 OnigValue opt_defaults[ONIG_CALLOUT_MAX_ARGS_NUM];
1528 int opt_arg_num, OnigValue opt_defaults[]) in onig_set_callout_of_name()
1607 OnigValue* val; in onig_set_callout_of_name()
1732 static OnigValue
6773 int max_arg_num, unsigned int types[], OnigValue vals[], in parse_callout_args()
6932 OnigValue vals[ONIG_CALLOUT_MAX_ARGS_NUM]; in parse_callout_of_name()

Completed in 134 milliseconds