empty 45 ext/ereg/regex/engine.c states empty; /* empty set of states */ empty 118 ext/ereg/regex/engine.c SETUP(m->empty); empty 119 ext/ereg/regex/engine.c CLEAR(m->empty); empty 724 ext/ereg/regex/engine.c register states empty = m->empty; empty 780 ext/ereg/regex/engine.c if (EQ(st, empty) || p == stop) empty 785 ext/ereg/regex/engine.c ASSIGN(st, empty); empty 143 ext/mbstring/oniguruma/regparse.c #define BITSET_IS_EMPTY(bs,empty) do {\ empty 145 ext/mbstring/oniguruma/regparse.c empty = 1;\ empty 148 ext/mbstring/oniguruma/regparse.c empty = 0; break;\ empty 336 ext/pdo_oci/oci_statement.c ub4 empty = 0; empty 338 ext/pdo_oci/oci_statement.c STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err)); empty 469 ext/xmlwriter/php_xmlwriter.c ZEND_ARG_INFO(0, empty) empty 473 ext/xmlwriter/php_xmlwriter.c ZEND_ARG_INFO(0, empty) empty 1889 ext/xmlwriter/php_xmlwriter.c zend_bool empty = 1; empty 1897 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &empty) == FAILURE) { empty 1904 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|b", &pind, &empty) == FAILURE) { empty 1920 ext/xmlwriter/php_xmlwriter.c if (empty) { empty 128 ext/zip/lib/zip_extra_field.c static const zip_uint8_t empty[1] = { '\0' }; empty 145 ext/zip/lib/zip_extra_field.c return empty; empty 111 ext/zip/lib/zip_extra_field_api.c static const zip_uint8_t empty[1] = { '\0' }; empty 144 ext/zip/lib/zip_extra_field_api.c return empty; empty 90 ext/zip/lib/zip_string.c static const zip_uint8_t empty[1] = ""; empty 95 ext/zip/lib/zip_string.c return empty;