/PHP-7.1/ext/gd/libgd/ |
H A D | gd_color.c | 18 unsigned long *bp; /* buf ptr */ in gdImageColorMatch() local 43 bp = buf + (color * 5); in gdImageColorMatch() 44 (*(bp++))++; in gdImageColorMatch() 45 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch() 46 *(bp++) += gdTrueColorGetGreen(rgb); in gdImageColorMatch() 47 *(bp++) += gdTrueColorGetBlue(rgb); in gdImageColorMatch() 51 bp = buf; in gdImageColorMatch() 53 count = *(bp++); in gdImageColorMatch() 55 im2->red[color] = *(bp++) / count; in gdImageColorMatch() 57 im2->blue[color] = *(bp++) / count; in gdImageColorMatch() [all …]
|
/PHP-7.1/ext/standard/ |
H A D | strnatcmp.c | 105 char const *ap, *bp; in strnatcmp_ex() local 116 bp = b; in strnatcmp_ex() 118 ca = *ap; cb = *bp; in strnatcmp_ex() 125 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex() 126 cb = *++bp; in strnatcmp_ex() 137 cb = *++bp; in strnatcmp_ex() 151 else if (ap == aend && bp == bend) in strnatcmp_ex() 156 ca = *ap; cb = *bp; in strnatcmp_ex() 170 ++ap; ++bp; in strnatcmp_ex() 171 if (ap >= aend && bp >= bend) in strnatcmp_ex() [all …]
|
/PHP-7.1/ext/hash/ |
H A D | hash_fnv.c | 153 unsigned char *bp = (unsigned char *)buf; /* start of buffer */ in fnv_32_buf() local 154 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_32_buf() 159 while (bp < be) { in fnv_32_buf() 166 hval ^= (uint32_t)*bp++; in fnv_32_buf() 169 hval ^= (uint32_t)*bp++; in fnv_32_buf() 195 unsigned char *bp = (unsigned char *)buf; /* start of buffer */ in fnv_64_buf() local 196 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_64_buf() 201 while (bp < be) { in fnv_64_buf() 208 hval ^= (uint64_t)*bp++; in fnv_64_buf() 211 hval ^= (uint64_t)*bp++; in fnv_64_buf()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 66 efree((char*)bp->filename); in phpdbg_file_breaks_dtor() 67 efree(bp); in phpdbg_file_breaks_dtor() 74 efree((char*)bp->class_name); in phpdbg_class_breaks_dtor() 75 efree((char*)bp->func_name); in phpdbg_class_breaks_dtor() 76 efree(bp); in phpdbg_class_breaks_dtor() 89 if (bp->class_name) { in phpdbg_opline_breaks_dtor() 92 if (bp->func_name) { in phpdbg_opline_breaks_dtor() 95 efree(bp); in phpdbg_opline_breaks_dtor() 1061 phpdbg_breakcond_t *bp; in phpdbg_find_conditional_breakpoint() local 1064 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint() [all …]
|
H A D | phpdbg.c | 227 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_MSHUTDOWN_FUNCTION() 229 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_MSHUTDOWN_FUNCTION() 233 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_MSHUTDOWN_FUNCTION() 234 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in PHP_MSHUTDOWN_FUNCTION() 236 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_MSHUTDOWN_FUNCTION() 237 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in PHP_MSHUTDOWN_FUNCTION() 417 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION() 419 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION() 423 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION() 424 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]); in PHP_FUNCTION() [all …]
|
H A D | phpdbg_prompt.c | 1551 …, "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])… in PHPDBG_COMMAND() 1552 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND() 1553 …"methods=\"%d\"", "Methods %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND() 1554 …"oplines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE… in PHPDBG_COMMAND() 1555 …eoplines=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_O… in PHPDBG_COMMAND() 1556 …noplines=\"%d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTI… in PHPDBG_COMMAND() 1557 …doplines=\"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND() 1558 …phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp… in PHPDBG_COMMAND()
|
H A D | phpdbg.h | 240 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regerror.c | 331 UChar *p, *s, *bp; local 367 bp = bs; 368 while (blen-- > 0) *s++ = *bp++; 376 bp = bs; 377 while (len-- > 0) *s++ = *bp++;
|
H A D | regcomp.c | 5861 bp++; in onig_print_compiled_byte_code() 5904 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code() 5906 p_string(f, 3, bp); bp += 3; break; in onig_print_compiled_byte_code() 5908 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code() 5910 p_string(f, 5, bp); bp += 5; break; in onig_print_compiled_byte_code() 5918 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code() 5920 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code() 5922 p_string(f, 6, bp); bp += 6; break; in onig_print_compiled_byte_code() 5971 q = bp; in onig_print_compiled_byte_code() 5985 q = bp; in onig_print_compiled_byte_code() [all …]
|
H A D | regexec.c | 1296 UChar *q, *bp, buf[50]; in match_at() local 1299 bp = buf; in match_at() 1302 while (len-- > 0) *bp++ = *q++; in match_at() 1304 if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; } in match_at() 1305 else { xmemcpy(bp, "\"", 1); bp += 1; } in match_at() 1306 *bp = 0; in match_at() 1308 for (i = 0; i < 20 - (bp - buf); i++) fputc(' ', stderr); in match_at()
|
H A D | regint.h | 780 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
|
/PHP-7.1/ext/phar/tests/cache_list/files/ |
H A D | write17.phar | 8 6test.txt���H���E�<?php __HALT_COMPILER();~�bp�DZNu�@.�…
|
/PHP-7.1/ext/tidy/ |
H A D | tidy.c | 624 php_error_docref(NULL, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair() 633 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair() 765 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler() 799 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler() 826 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties() 836 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties() 1032 php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string() 1188 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler() 1239 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION() 1240 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION() [all …]
|
/PHP-7.1/ext/filter/tests/ |
H A D | 040.phpt | 8 ap[]=1&bp=test&cp=
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | import_request.phpt | 8 ap=25&bp=test&cp=blah3&dp[]=ar
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 4479 *bp; local 4487 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++) 4494 *bp = *sp; 4499 bp--; 4500 *bp = '\''; 4506 bp--; 4507 *bp = '\\'; 4517 *bp = *sp; 4525 *bp = *sp; 4532 bp -= 3; [all …]
|