Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c174 if (IS_NOT_NULL(uslist->us)) in unset_addr_list_end()
1068 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()
1608 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
1614 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
3164 if (IS_NOT_NULL(x)) { in next_setup()
3408 if (IS_NOT_NULL(root)) { in expand_case_fold_string()
3447 if (IS_NOT_NULL(root)) { in expand_case_fold_string()
5184 if (IS_NOT_NULL(reg)) { in onig_free_body()
5201 if (IS_NOT_NULL(reg)) { in onig_free()
5244 if (IS_NOT_NULL(head)) { in onig_chain_reduce()
[all …]
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 Dregparse.c103 if (IS_NOT_NULL(bbuf)) { in bbuf_free()
433 if (IS_NOT_NULL(t)) { in onig_print_names()
457 if (IS_NOT_NULL(t)) { in names_clear()
485 if (IS_NOT_NULL(t)) { in name_find()
522 if (IS_NOT_NULL(t)) { in onig_foreach_name()
554 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
566 if (IS_NOT_NULL(t)) in onig_number_of_names()
622 if (IS_NOT_NULL(t)) { in names_clear()
666 if (IS_NOT_NULL(t)) { in name_find()
685 if (IS_NOT_NULL(t)) { in onig_foreach_name()
[all …]
H A Dregparse.h111 (IS_NOT_NULL((br)->back_dynamic) ? (br)->back_dynamic : (br)->back_static);
275 (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.c48 if (IS_NOT_NULL(node)) { in history_tree_clear()
50 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()
74 if (IS_NOT_NULL(r->history_root)) { in history_root_free()
293 if (IS_NOT_NULL(from->history_root)) { in onig_region_copy()
3061 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3366 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
3520 if (IS_NOT_NULL(pre_end) && in onig_search()
H A Dregenc.c782 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in onigenc_minimum_property_name_to_ctype()
H A Dregint.h210 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro
H A DHISTORY57 2007/06/19: [impl] remove IS_NOT_NULL() check before onig_node_free().
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h305 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) macro
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2427 add_property_long(return_value, "not_null", IS_NOT_NULL(mysql_field->flags)?1:0);
2518 #ifdef IS_NOT_NULL
2519 if (IS_NOT_NULL(mysql_field->flags)) {
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c832 if (IS_NOT_NULL(F->flags)) {

Completed in 75 milliseconds