Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 13 of 13) sorted by relevance

/PHP-7.3/ext/gd/libgd/
H A Dgd_color_match.c18 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.3/ext/standard/
H A Dstrnatcmp.c95 char const *ap, *bp; in strnatcmp_ex() local
106 bp = b; in strnatcmp_ex()
108 ca = *ap; cb = *bp; in strnatcmp_ex()
115 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
116 cb = *++bp; in strnatcmp_ex()
127 cb = *++bp; in strnatcmp_ex()
146 else if (bp == bend) in strnatcmp_ex()
150 ca = *ap; cb = *bp; in strnatcmp_ex()
164 ++ap; ++bp; in strnatcmp_ex()
165 if (ap >= aend && bp >= bend) in strnatcmp_ex()
[all …]
/PHP-7.3/ext/hash/
H A Dhash_fnv.c155 unsigned char *bp = (unsigned char *)buf; /* start of buffer */ in fnv_32_buf() local
156 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_32_buf()
162 while (bp < be) { in fnv_32_buf()
167 hval ^= (uint32_t)*bp++; in fnv_32_buf()
170 while (bp < be) { in fnv_32_buf()
172 hval ^= (uint32_t)*bp++; in fnv_32_buf()
199 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_64_buf()
206 while (bp < be) { in fnv_64_buf()
211 hval ^= (uint64_t)*bp++; in fnv_64_buf()
214 while (bp < be) { in fnv_64_buf()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c67 efree((char*)bp->filename); in phpdbg_file_breaks_dtor()
68 efree(bp); in phpdbg_file_breaks_dtor()
75 efree((char*)bp->class_name); in phpdbg_class_breaks_dtor()
76 efree((char*)bp->func_name); in phpdbg_class_breaks_dtor()
77 efree(bp); in phpdbg_class_breaks_dtor()
90 if (bp->class_name) { in phpdbg_opline_breaks_dtor()
93 if (bp->func_name) { in phpdbg_opline_breaks_dtor()
96 efree(bp); in phpdbg_opline_breaks_dtor()
1104 phpdbg_breakcond_t *bp; in phpdbg_find_conditional_breakpoint() local
1107 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint()
[all …]
H A Dphpdbg.c221 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_MSHUTDOWN_FUNCTION()
223 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_MSHUTDOWN_FUNCTION()
227 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_MSHUTDOWN_FUNCTION()
228 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in PHP_MSHUTDOWN_FUNCTION()
230 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_MSHUTDOWN_FUNCTION()
231 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in PHP_MSHUTDOWN_FUNCTION()
411 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION()
413 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION()
417 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION()
418 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]); in PHP_FUNCTION()
[all …]
H A Dphpdbg_prompt.c1552 …, "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])… in PHPDBG_COMMAND()
1553 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
1554 …"methods=\"%d\"", "Methods %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1555 …"oplines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE… in PHPDBG_COMMAND()
1556 …eoplines=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_O… in PHPDBG_COMMAND()
1557 …noplines=\"%d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTI… in PHPDBG_COMMAND()
1558 …doplines=\"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1559 …phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp in PHPDBG_COMMAND()
H A Dphpdbg.h242 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregerror.c344 UChar *p, *s, *bp; in onig_snprintf_with_pattern() local
371 bp = bs; in onig_snprintf_with_pattern()
372 while (blen-- > 0) *s++ = *bp++; in onig_snprintf_with_pattern()
389 bp = bs; in onig_snprintf_with_pattern()
390 while (len-- > 0) *s++ = *bp++; in onig_snprintf_with_pattern()
H A Dregexec.c651 Operation* bp; in onig_print_compiled_byte_code_list() local
659 bp = start; in onig_print_compiled_byte_code_list()
660 while (bp < end) { in onig_print_compiled_byte_code_list()
661 int pos = bp - start; in onig_print_compiled_byte_code_list()
666 bp++; in onig_print_compiled_byte_code_list()
2543 UChar *q, *bp, buf[50];\
2550 bp = buf;\
2556 if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; }\
2557 else { xmemcpy(bp, "\"", 1); bp += 1; }\
2560 xmemcpy(bp, "\"", 1); bp += 1;\
[all …]
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-7.3/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
/PHP-7.3/ext/tidy/
H A Dtidy.c643 php_error_docref(NULL, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair()
652 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
785 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler()
820 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
847 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
857 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
1053 php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string()
1212 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
1263 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()
1264 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/pgsql/
H A Dpgsql.c4482 *bp; local
4490 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4497 *bp = *sp;
4502 bp--;
4503 *bp = '\'';
4509 bp--;
4510 *bp = '\\';
4520 *bp = *sp;
4528 *bp = *sp;
4535 bp -= 3;
[all …]

Completed in 71 milliseconds