bp                 18 ext/gd/libgd/gd_color.c 	unsigned long *bp; /* buf ptr */
bp                 43 ext/gd/libgd/gd_color.c 			bp = buf + (color * 5);
bp                 44 ext/gd/libgd/gd_color.c 			(*(bp++))++;
bp                 45 ext/gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetRed(rgb);
bp                 46 ext/gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetGreen(rgb);
bp                 47 ext/gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetBlue(rgb);
bp                 48 ext/gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetAlpha(rgb);
bp                 51 ext/gd/libgd/gd_color.c 	bp = buf;
bp                 53 ext/gd/libgd/gd_color.c 		count = *(bp++);
bp                 55 ext/gd/libgd/gd_color.c 			im2->red[color]		= *(bp++) / count;
bp                 56 ext/gd/libgd/gd_color.c 			im2->green[color]	= *(bp++) / count;
bp                 57 ext/gd/libgd/gd_color.c 			im2->blue[color]	= *(bp++) / count;
bp                 58 ext/gd/libgd/gd_color.c 			im2->alpha[color]	= *(bp++) / count;
bp                 60 ext/gd/libgd/gd_color.c 			bp += 4;
bp                153 ext/hash/hash_fnv.c 	unsigned char *bp = (unsigned char *)buf;   /* start of buffer */
bp                154 ext/hash/hash_fnv.c 	unsigned char *be = bp + len;	   /* beyond end of buffer */
bp                159 ext/hash/hash_fnv.c 	while (bp < be) {
bp                166 ext/hash/hash_fnv.c 			hval ^= (php_hash_uint32)*bp++;
bp                169 ext/hash/hash_fnv.c 			hval ^= (php_hash_uint32)*bp++;
bp                195 ext/hash/hash_fnv.c 	unsigned char *bp = (unsigned char *)buf;   /* start of buffer */
bp                196 ext/hash/hash_fnv.c 	unsigned char *be = bp + len;	   /* beyond end of buffer */
bp                201 ext/hash/hash_fnv.c 	while (bp < be) {
bp                208 ext/hash/hash_fnv.c 			hval ^= (php_hash_uint64)*bp++;
bp                211 ext/hash/hash_fnv.c 			hval ^= (php_hash_uint64)*bp++;
bp               5847 ext/mbstring/oniguruma/regcomp.c onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp,
bp               5858 ext/mbstring/oniguruma/regcomp.c   fprintf(f, "[%s", op2name(*bp));
bp               5859 ext/mbstring/oniguruma/regcomp.c   arg_type = op2arg_type(*bp);
bp               5861 ext/mbstring/oniguruma/regcomp.c     bp++;
bp               5866 ext/mbstring/oniguruma/regcomp.c       GET_RELADDR_INC(addr, bp);
bp               5870 ext/mbstring/oniguruma/regcomp.c       GET_ABSADDR_INC(addr, bp);
bp               5874 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5878 ext/mbstring/oniguruma/regcomp.c       mem = *((MemNumType* )bp);
bp               5879 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_MEMNUM;
bp               5884 ext/mbstring/oniguruma/regcomp.c 	OnigOptionType option = *((OnigOptionType* )bp);
bp               5885 ext/mbstring/oniguruma/regcomp.c 	bp += SIZE_OPTION;
bp               5891 ext/mbstring/oniguruma/regcomp.c       scn = *((StateCheckNumType* )bp);
bp               5892 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_STATE_CHECK_NUM;
bp               5898 ext/mbstring/oniguruma/regcomp.c     switch (*bp++) {
bp               5902 ext/mbstring/oniguruma/regcomp.c       p_string(f, 1, bp++); break;
bp               5904 ext/mbstring/oniguruma/regcomp.c       p_string(f, 2, bp); bp += 2; break;
bp               5906 ext/mbstring/oniguruma/regcomp.c       p_string(f, 3, bp); bp += 3; break;
bp               5908 ext/mbstring/oniguruma/regcomp.c       p_string(f, 4, bp); bp += 4; break;
bp               5910 ext/mbstring/oniguruma/regcomp.c       p_string(f, 5, bp); bp += 5; break;
bp               5912 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5913 ext/mbstring/oniguruma/regcomp.c       p_len_string(f, len, 1, bp);
bp               5914 ext/mbstring/oniguruma/regcomp.c       bp += len;
bp               5918 ext/mbstring/oniguruma/regcomp.c       p_string(f, 2, bp); bp += 2; break;
bp               5920 ext/mbstring/oniguruma/regcomp.c       p_string(f, 4, bp); bp += 4; break;
bp               5922 ext/mbstring/oniguruma/regcomp.c       p_string(f, 6, bp); bp += 6; break;
bp               5924 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5925 ext/mbstring/oniguruma/regcomp.c       p_len_string(f, len, 2, bp);
bp               5926 ext/mbstring/oniguruma/regcomp.c       bp += len * 2;
bp               5929 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5930 ext/mbstring/oniguruma/regcomp.c       p_len_string(f, len, 3, bp);
bp               5931 ext/mbstring/oniguruma/regcomp.c       bp += len * 3;
bp               5937 ext/mbstring/oniguruma/regcomp.c 	GET_LENGTH_INC(mb_len, bp);
bp               5938 ext/mbstring/oniguruma/regcomp.c 	GET_LENGTH_INC(len, bp);
bp               5941 ext/mbstring/oniguruma/regcomp.c 	while (n-- > 0) { fputc(*bp++, f); }
bp               5946 ext/mbstring/oniguruma/regcomp.c       len = enclen(enc, bp);
bp               5947 ext/mbstring/oniguruma/regcomp.c       p_string(f, len, bp);
bp               5948 ext/mbstring/oniguruma/regcomp.c       bp += len;
bp               5951 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5952 ext/mbstring/oniguruma/regcomp.c       p_len_string(f, len, 1, bp);
bp               5953 ext/mbstring/oniguruma/regcomp.c       bp += len;
bp               5957 ext/mbstring/oniguruma/regcomp.c       n = bitset_on_num((BitSetRef )bp);
bp               5958 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_BITSET;
bp               5963 ext/mbstring/oniguruma/regcomp.c       n = bitset_on_num((BitSetRef )bp);
bp               5964 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_BITSET;
bp               5970 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5971 ext/mbstring/oniguruma/regcomp.c       q = bp;
bp               5976 ext/mbstring/oniguruma/regcomp.c       bp += len;
bp               5982 ext/mbstring/oniguruma/regcomp.c       n = bitset_on_num((BitSetRef )bp);
bp               5983 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_BITSET;
bp               5984 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               5985 ext/mbstring/oniguruma/regcomp.c       q = bp;
bp               5990 ext/mbstring/oniguruma/regcomp.c       bp += len;
bp               5998 ext/mbstring/oniguruma/regcomp.c         GET_POINTER_INC(cc, bp);
bp               6005 ext/mbstring/oniguruma/regcomp.c       mem = *((MemNumType* )bp);
bp               6006 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_MEMNUM;
bp               6013 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               6015 ext/mbstring/oniguruma/regcomp.c 	GET_MEMNUM_INC(mem, bp);
bp               6026 ext/mbstring/oniguruma/regcomp.c 	GET_OPTION_INC(option, bp);
bp               6028 ext/mbstring/oniguruma/regcomp.c 	GET_LENGTH_INC(level, bp);
bp               6032 ext/mbstring/oniguruma/regcomp.c 	GET_LENGTH_INC(len, bp);
bp               6034 ext/mbstring/oniguruma/regcomp.c 	  GET_MEMNUM_INC(mem, bp);
bp               6044 ext/mbstring/oniguruma/regcomp.c 	mem = *((MemNumType* )bp);
bp               6045 ext/mbstring/oniguruma/regcomp.c 	bp += SIZE_MEMNUM;
bp               6046 ext/mbstring/oniguruma/regcomp.c 	addr = *((RelAddrType* )bp);
bp               6047 ext/mbstring/oniguruma/regcomp.c 	bp += SIZE_RELADDR;
bp               6054 ext/mbstring/oniguruma/regcomp.c       addr = *((RelAddrType* )bp);
bp               6055 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_RELADDR;
bp               6057 ext/mbstring/oniguruma/regcomp.c       p_string(f, 1, bp);
bp               6058 ext/mbstring/oniguruma/regcomp.c       bp += 1;
bp               6062 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               6067 ext/mbstring/oniguruma/regcomp.c       GET_RELADDR_INC(addr, bp);
bp               6068 ext/mbstring/oniguruma/regcomp.c       GET_LENGTH_INC(len, bp);
bp               6074 ext/mbstring/oniguruma/regcomp.c       scn = *((StateCheckNumType* )bp);
bp               6075 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_STATE_CHECK_NUM;
bp               6076 ext/mbstring/oniguruma/regcomp.c       addr = *((RelAddrType* )bp);
bp               6077 ext/mbstring/oniguruma/regcomp.c       bp += SIZE_RELADDR;
bp               6083 ext/mbstring/oniguruma/regcomp.c 	      *--bp);
bp               6087 ext/mbstring/oniguruma/regcomp.c   if (nextp) *nextp = bp;
bp               6094 ext/mbstring/oniguruma/regcomp.c   UChar* bp = reg->p;
bp               6100 ext/mbstring/oniguruma/regcomp.c   while (bp < end) {
bp               6102 ext/mbstring/oniguruma/regcomp.c     if (bp > reg->p) {
bp               6108 ext/mbstring/oniguruma/regcomp.c     onig_print_compiled_byte_code(f, bp, &bp, reg->enc);
bp                331 ext/mbstring/oniguruma/regerror.c   UChar *p, *s, *bp;
bp                367 ext/mbstring/oniguruma/regerror.c             bp = bs;
bp                368 ext/mbstring/oniguruma/regerror.c             while (blen-- > 0) *s++ = *bp++;
bp                376 ext/mbstring/oniguruma/regerror.c         bp = bs;
bp                377 ext/mbstring/oniguruma/regerror.c 	while (len-- > 0) *s++ = *bp++;
bp               1296 ext/mbstring/oniguruma/regexec.c       UChar *q, *bp, buf[50];
bp               1299 ext/mbstring/oniguruma/regexec.c       bp = buf;
bp               1302 ext/mbstring/oniguruma/regexec.c 	while (len-- > 0) *bp++ = *q++;
bp               1304 ext/mbstring/oniguruma/regexec.c       if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; }
bp               1305 ext/mbstring/oniguruma/regexec.c       else         { xmemcpy(bp, "\"",    1); bp += 1; }
bp               1306 ext/mbstring/oniguruma/regexec.c       *bp = 0;
bp               1308 ext/mbstring/oniguruma/regexec.c       for (i = 0; i < 20 - (bp - buf); i++) fputc(' ', stderr);
bp                780 ext/mbstring/oniguruma/regint.h extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
bp               4438 ext/pgsql/pgsql.c 			   *bp;
bp               4446 ext/pgsql/pgsql.c 	for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
bp               4453 ext/pgsql/pgsql.c 				*bp = *sp;
bp               4458 ext/pgsql/pgsql.c 					bp--;
bp               4459 ext/pgsql/pgsql.c 					*bp = '\'';
bp               4465 ext/pgsql/pgsql.c 					bp--;
bp               4466 ext/pgsql/pgsql.c 					*bp = '\\';
bp               4476 ext/pgsql/pgsql.c 					*bp = *sp;
bp               4484 ext/pgsql/pgsql.c 				*bp = *sp;
bp               4491 ext/pgsql/pgsql.c 					bp -= 3;
bp               4495 ext/pgsql/pgsql.c 					*bp = (unsigned char)strtoul(start, (char **)&end, 8);
bp               4501 ext/pgsql/pgsql.c 					*bp = *sp;
bp                105 ext/standard/strnatcmp.c 	char const *ap, *bp;
bp                116 ext/standard/strnatcmp.c 	bp = b;
bp                118 ext/standard/strnatcmp.c 		ca = *ap; cb = *bp;
bp                125 ext/standard/strnatcmp.c 		while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) {
bp                126 ext/standard/strnatcmp.c 			cb = *++bp;
bp                137 ext/standard/strnatcmp.c 			cb = *++bp;
bp                145 ext/standard/strnatcmp.c 				result = compare_left(&ap, aend, &bp, bend);
bp                147 ext/standard/strnatcmp.c 				result = compare_right(&ap, aend, &bp, bend);
bp                151 ext/standard/strnatcmp.c 			else if (ap == aend && bp == bend)
bp                156 ext/standard/strnatcmp.c 				ca = *ap; cb = *bp;
bp                170 ext/standard/strnatcmp.c 		++ap; ++bp;
bp                171 ext/standard/strnatcmp.c 		if (ap >= aend && bp >= bend)
bp                177 ext/standard/strnatcmp.c 		else if (bp >= bend)
bp                 43 ext/tidy/tidy.c #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)
bp                619 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "%s", errbuf->bp);
bp                628 ext/tidy/tidy.c 				RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0);
bp                760 ext/tidy/tidy.c 			ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0);
bp                794 ext/tidy/tidy.c 				ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1);
bp                821 ext/tidy/tidy.c 		ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1);
bp                831 ext/tidy/tidy.c 		ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1);
bp                853 ext/tidy/tidy.c 			ADD_PROPERTY_STRINGL(obj->std.properties, value, buf.bp, buf.size ? buf.size-1 : 0);
bp               1027 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp);
bp               1180 ext/tidy/tidy.c 				output_context->out.data = (char *) outbuf.bp;
bp               1231 ext/tidy/tidy.c 	if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) {
bp               1232 ext/tidy/tidy.c 		RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1);
bp               1249 ext/tidy/tidy.c 	RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0);
bp                195 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0);
bp                196 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], 8, NULL, php_phpdbg_destroy_bp_file, 0);
bp                197 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0);
bp                198 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
bp                199 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
bp                200 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
bp                201 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, php_phpdbg_destroy_bp_opline, 0);
bp                202 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0);
bp                203 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
bp                204 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0);
bp                205 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0);
bp                215 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]);
bp                216 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING]);
bp                217 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]);
bp                218 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
bp                219 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
bp                220 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
bp                221 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                222 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]);
bp                223 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
bp                224 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
bp                225 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
bp                372 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]);
bp                373 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING]);
bp                374 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]);
bp                375 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
bp                376 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
bp                377 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
bp                378 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                379 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
bp                380 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
bp                237 sapi/phpdbg/phpdbg.h 	HashTable bp[PHPDBG_BREAK_TABLES];           /* break points */
bp                 46 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table);
bp                 52 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id))
bp                 63 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakfile_t *bp = (phpdbg_breakfile_t*) Z_PTR_P(data);
bp                 65 sapi/phpdbg/phpdbg_bp.c 	efree((char*)bp->filename);
bp                 66 sapi/phpdbg/phpdbg_bp.c 	efree(bp);
bp                 71 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakmethod_t *bp = (phpdbg_breakmethod_t *) Z_PTR_P(data);
bp                 73 sapi/phpdbg/phpdbg_bp.c 	efree((char*)bp->class_name);
bp                 74 sapi/phpdbg/phpdbg_bp.c 	efree((char*)bp->func_name);
bp                 75 sapi/phpdbg/phpdbg_bp.c 	efree(bp);
bp                 86 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakopline_t *bp = (phpdbg_breakopline_t *) Z_PTR_P(data);
bp                 88 sapi/phpdbg/phpdbg_bp.c 	if (bp->class_name) {
bp                 89 sapi/phpdbg/phpdbg_bp.c 		efree((char*)bp->class_name);
bp                 91 sapi/phpdbg/phpdbg_bp.c 	if (bp->func_name) {
bp                 92 sapi/phpdbg/phpdbg_bp.c 		efree((char*)bp->func_name);
bp                 94 sapi/phpdbg/phpdbg_bp.c 	efree(bp);
bp                101 sapi/phpdbg/phpdbg_bp.c 	ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], table) {
bp                125 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])) {
bp                126 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("exportbreakpoint", "count=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]));
bp                129 sapi/phpdbg/phpdbg_bp.c 		ZEND_HASH_FOREACH_NUM_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table) {
bp                241 sapi/phpdbg/phpdbg_bp.c 	HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE];
bp                259 sapi/phpdbg/phpdbg_bp.c 			file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING];
bp                335 sapi/phpdbg/phpdbg_bp.c 		if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) {
bp                338 sapi/phpdbg/phpdbg_bp.c 			master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(HashTable));
bp                351 sapi/phpdbg/phpdbg_bp.c 		zend_hash_del(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], cur);
bp                353 sapi/phpdbg/phpdbg_bp.c 		if (!zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING])) {
bp                373 sapi/phpdbg/phpdbg_bp.c 	ZEND_HASH_FOREACH_STR_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], cur, fileht) {
bp                391 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) {
bp                399 sapi/phpdbg/phpdbg_bp.c 		zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], lcname, name_len, &new_break, sizeof(phpdbg_breaksymbol_t));
bp                403 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]);
bp                426 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len))) {
bp                428 sapi/phpdbg/phpdbg_bp.c 		class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len, &class_breaks, sizeof(HashTable));
bp                457 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) {
bp                467 sapi/phpdbg/phpdbg_bp.c 		zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline, &new_break, sizeof(phpdbg_breakline_t));
bp                470 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                507 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline_break.opline, &opline_break, sizeof(phpdbg_breakline_t));
bp                514 sapi/phpdbg/phpdbg_bp.c 	HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE];
bp                518 sapi/phpdbg/phpdbg_bp.c 	if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], op_array->scope->name))) {
bp                523 sapi/phpdbg/phpdbg_bp.c 		if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filename))) {
bp                534 sapi/phpdbg/phpdbg_bp.c 			zend_hash_internal_pointer_end(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                535 sapi/phpdbg/phpdbg_bp.c 			opline_break = zend_hash_get_current_data_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                642 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len))) {
bp                644 sapi/phpdbg/phpdbg_bp.c 		class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len, &class_breaks, sizeof(HashTable));
bp                694 sapi/phpdbg/phpdbg_bp.c 	if (!(func_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len))) {
bp                696 sapi/phpdbg/phpdbg_bp.c 		func_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, &func_breaks, sizeof(HashTable));
bp                740 sapi/phpdbg/phpdbg_bp.c 	if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len))) {
bp                742 sapi/phpdbg/phpdbg_bp.c 		file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTable));
bp                765 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) {
bp                774 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash, &new_break, sizeof(phpdbg_breakop_t));
bp                779 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]);
bp                784 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) {
bp                793 sapi/phpdbg/phpdbg_bp.c 		zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline, &new_break, sizeof(phpdbg_breakline_t));
bp                796 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp                838 sapi/phpdbg/phpdbg_bp.c 		brake = zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash, &new_break, sizeof(phpdbg_breakcond_t));
bp                843 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
bp                858 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) {
bp                876 sapi/phpdbg/phpdbg_bp.c 		if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) {
bp                903 sapi/phpdbg/phpdbg_bp.c 	if (!(breaks = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], path, path_len))) {
bp                933 sapi/phpdbg/phpdbg_bp.c 		brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname);
bp                938 sapi/phpdbg/phpdbg_bp.c 		return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main"));
bp                948 sapi/phpdbg/phpdbg_bp.c 	if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) {
bp                964 sapi/phpdbg/phpdbg_bp.c 	if ((brake = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) && brake->base) {
bp                979 sapi/phpdbg/phpdbg_bp.c 	return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(opname)));
bp               1056 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakcond_t *bp;
bp               1059 sapi/phpdbg/phpdbg_bp.c 	ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) {
bp               1065 sapi/phpdbg/phpdbg_bp.c 		if (((phpdbg_breakbase_t*)bp)->disabled) {
bp               1069 sapi/phpdbg/phpdbg_bp.c 		if (bp->paramed) {
bp               1070 sapi/phpdbg/phpdbg_bp.c 			if (!phpdbg_find_breakpoint_param(&bp->param, execute_data)) {
bp               1081 sapi/phpdbg/phpdbg_bp.c 			zend_execute(bp->ops, &retval);
bp               1098 sapi/phpdbg/phpdbg_bp.c 	return (breakpoint == SUCCESS) ? ((phpdbg_breakbase_t *) bp) : NULL;
bp               1167 sapi/phpdbg/phpdbg_bp.c 					if (zend_hash_num_elements(&PHPDBG_G(bp)[type]) == 1) {
bp               1184 sapi/phpdbg/phpdbg_bp.c 				if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]) == 1) {
bp               1187 sapi/phpdbg/phpdbg_bp.c 				zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], ((phpdbg_breakopline_t *) brake)->opline);
bp               1200 sapi/phpdbg/phpdbg_bp.c 					zend_hash_str_del(&PHPDBG_G(bp)[type], name, name_len);
bp               1215 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]);
bp               1216 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING]);
bp               1217 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]);
bp               1218 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]);
bp               1219 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
bp               1220 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
bp               1221 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
bp               1222 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]);
bp               1223 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
bp               1224 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
bp               1225 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
bp               1392 sapi/phpdbg/phpdbg_bp.c 	if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) {
bp               1415 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], brake) {
bp               1427 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_table) {
bp               1443 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], points) {
bp               1457 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], points) {
bp               1473 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], brake) {
bp               1513 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], class_table) {
bp               1531 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], function_table) {
bp               1547 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) {
bp               1563 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], brake) {
bp               1619 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], brake) {
bp               1286 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "files=\"%d\"", "File              %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]));
bp               1287 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "functions=\"%d\"", "Functions         %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]));
bp               1288 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methods=\"%d\"", "Methods           %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]));
bp               1289 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "oplines=\"%d\"", "Oplines           %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]));
bp               1290 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "fileoplines=\"%d\"", "File oplines      %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]));
bp               1291 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "functionoplines=\"%d\"", "Function oplines  %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]));
bp               1292 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methodoplines=\"%d\"", "Method oplines    %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]));
bp               1293 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals      %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]));