Home
last modified time | relevance | path

Searched refs:IS_NOT_NULL (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c71 if (IS_NOT_NULL(s)) {
72 if (IS_NOT_NULL(s->v))
477 if (IS_NOT_NULL(list)) { in node_list_add()
580 if (IS_NOT_NULL(list->us)) in unset_addr_list_end()
4403 if (IS_NOT_NULL(list)) { in unravel_case_fold_string()
4419 if (IS_NOT_NULL(list)) in unravel_case_fold_string()
4421 else if (IS_NOT_NULL(sn)) in unravel_case_fold_string()
6595 if (IS_NOT_NULL(ext)) { in free_regex_ext()
6632 if (IS_NOT_NULL(reg)) { in onig_free_body()
6652 if (IS_NOT_NULL(reg)) { in onig_free()
[all …]
H A Dreggnu.c86 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()
H A Dregparse.c678 if (IS_NOT_NULL(t)) { in onig_print_names()
702 if (IS_NOT_NULL(t)) { in names_clear()
730 if (IS_NOT_NULL(t)) { in name_find()
767 if (IS_NOT_NULL(t)) { in onig_foreach_name()
799 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
811 if (IS_NOT_NULL(t)) in onig_number_of_names()
867 if (IS_NOT_NULL(t)) { in names_clear()
911 if (IS_NOT_NULL(t)) { in name_find()
930 if (IS_NOT_NULL(t)) { in onig_foreach_name()
947 if (IS_NOT_NULL(t)) in onig_number_of_names()
[all …]
H A Dregexec.c1277 if (IS_NOT_NULL(p)) { in onig_new_match_param()
1298 if (IS_NOT_NULL(p)) { in onig_free_match_param()
1390 if (IS_NOT_NULL(type)) *type = t; in onig_get_callout_data_dont_clear_old()
2338 if (IS_NOT_NULL(pend)) { in backref_match_at_nested_level()
2551 if (IS_NOT_NULL(s)) {\
4447 if (IS_NOT_NULL(region)) { in onig_regset_search_with_param()
4568 if (IS_NOT_NULL(msas)) in onig_regset_search_with_param()
4587 if (IS_NOT_NULL(msas)) in onig_regset_search_with_param()
5706 if (IS_NOT_NULL(region)) in onig_regset_new()
5835 if (IS_NOT_NULL(region)) in onig_regset_free()
[all …]
H A Dregext.c171 if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; in onig_new_deluxe()
H A Dregparse.h314 (IS_NOT_NULL((br)->back_dynamic) ? (br)->back_dynamic : (br)->back_static)
380 (IS_NOT_NULL((senv)->mem_env_dynamic) ? \
H A Dregenc.c876 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in onigenc_minimum_property_name_to_ctype()
H A Dregint.h189 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h376 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) macro
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c853 if (IS_NOT_NULL(F->flags)) {
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY364 2007/06/19: [impl] remove IS_NOT_NULL() check before onig_node_free().

Completed in 131 milliseconds