Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dreggnu.c89 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()
112 if (IS_NOT_NULL(ebuf)) in re_recompile_pattern()
H A Dregcomp.c152 if (IS_NOT_NULL(uslist->us)) in unset_addr_list_end()
980 if (IS_NOT_NULL(qn->head_exact)) in compile_length_quantifier_node()
1048 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()
2628 if (IS_NOT_NULL(qn->head_exact)) in get_head_value_node()
3171 if (IS_NOT_NULL(x)) { in next_setup()
3457 if (IS_NOT_NULL(prev) && r == 0) { in setup_tree()
4815 if (IS_NOT_NULL(reg->exact)) { in clear_optimize_info()
4992 if (IS_NOT_NULL(reg)) { in onig_free()
5035 if (IS_NOT_NULL(head)) { in onig_chain_reduce()
5303 if (IS_NOT_NULL(scan_env.error)) { in onig_compile()
[all …]
H A Dregparse.c102 if (IS_NOT_NULL(bbuf)) { in bbuf_free()
437 if (IS_NOT_NULL(t)) { in onig_print_names()
461 if (IS_NOT_NULL(t)) { in names_clear()
489 if (IS_NOT_NULL(t)) { in name_find()
528 if (IS_NOT_NULL(t)) { in onig_foreach_name()
560 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
572 if (IS_NOT_NULL(t)) in onig_number_of_names()
629 if (IS_NOT_NULL(t)) { in names_clear()
673 if (IS_NOT_NULL(t)) { in name_find()
693 if (IS_NOT_NULL(t)) { in onig_foreach_name()
[all …]
H A Dregparse.h96 (IS_NOT_NULL((br)->back_dynamic) ? (br)->back_dynamic : (br)->back_static);
256 (IS_NOT_NULL((senv)->mem_nodes_dynamic) ? \
H A Dregext.c169 if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; in onig_new_deluxe()
H A Dregexec.c46 if (IS_NOT_NULL(node)) { in history_tree_clear()
48 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()
72 if (IS_NOT_NULL(r->history_root)) { in history_root_free()
291 if (IS_NOT_NULL(from->history_root)) { in onig_region_copy()
3249 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3543 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
3671 if (IS_NOT_NULL(pre_end) && in onig_search()
H A Dregint.h253 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h278 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) macro
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2385 add_property_long(return_value, "not_null", IS_NOT_NULL(mysql_field->flags)?1:0);
2476 #ifdef IS_NOT_NULL
2477 if (IS_NOT_NULL(mysql_field->flags)) {
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c855 if (IS_NOT_NULL(F->flags)) {

Completed in 97 milliseconds