Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd_color_match.c13 unsigned long *bp; /* buf ptr */ in gdImageColorMatch() local
38 bp = buf + (color * 5); in gdImageColorMatch()
39 (*(bp++))++; in gdImageColorMatch()
40 *(bp++) += gdTrueColorGetRed(rgb); in gdImageColorMatch()
41 *(bp++) += gdTrueColorGetGreen(rgb); in gdImageColorMatch()
42 *(bp++) += gdTrueColorGetBlue(rgb); in gdImageColorMatch()
46 bp = buf; in gdImageColorMatch()
48 count = *(bp++); in gdImageColorMatch()
50 im2->red[color] = *(bp++) / count; in gdImageColorMatch()
52 im2->blue[color] = *(bp++) / count; in gdImageColorMatch()
[all …]
/PHP-8.0/ext/standard/
H A Dstrnatcmp.c91 char const *ap, *bp; in strnatcmp_ex() local
102 bp = b; in strnatcmp_ex()
104 ca = *ap; cb = *bp; in strnatcmp_ex()
111 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
112 cb = *++bp; in strnatcmp_ex()
123 cb = *++bp; in strnatcmp_ex()
142 else if (bp == bend) in strnatcmp_ex()
146 ca = *ap; cb = *bp; in strnatcmp_ex()
160 ++ap; ++bp; in strnatcmp_ex()
161 if (ap >= aend && bp >= bend) in strnatcmp_ex()
[all …]
/PHP-8.0/ext/hash/
H A Dhash_fnv.c169 unsigned char *bp = (unsigned char *)buf; /* start of buffer */ in fnv_32_buf() local
170 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_32_buf()
176 while (bp < be) { in fnv_32_buf()
181 hval ^= (uint32_t)*bp++; in fnv_32_buf()
184 while (bp < be) { in fnv_32_buf()
186 hval ^= (uint32_t)*bp++; in fnv_32_buf()
213 unsigned char *be = bp + len; /* beyond end of buffer */ in fnv_64_buf()
220 while (bp < be) { in fnv_64_buf()
225 hval ^= (uint64_t)*bp++; in fnv_64_buf()
228 while (bp < be) { in fnv_64_buf()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c65 efree((char*)bp->filename); in phpdbg_file_breaks_dtor()
66 efree(bp); in phpdbg_file_breaks_dtor()
73 efree((char*)bp->class_name); in phpdbg_class_breaks_dtor()
74 efree((char*)bp->func_name); in phpdbg_class_breaks_dtor()
75 efree(bp); in phpdbg_class_breaks_dtor()
88 if (bp->class_name) { in phpdbg_opline_breaks_dtor()
91 if (bp->func_name) { in phpdbg_opline_breaks_dtor()
94 efree(bp); in phpdbg_opline_breaks_dtor()
1096 phpdbg_breakcond_t *bp; in phpdbg_find_conditional_breakpoint() local
1099 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint()
[all …]
H A Dphpdbg.c411 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()
419 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_FUNCTION()
837 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in php_sapi_phpdbg_deactivate()
839 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in php_sapi_phpdbg_deactivate()
843 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in php_sapi_phpdbg_deactivate()
844 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in php_sapi_phpdbg_deactivate()
846 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in php_sapi_phpdbg_deactivate()
[all …]
H A Dphpdbg_prompt.c1496 …, "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])… in PHPDBG_COMMAND()
1497 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
1498 …"methods=\"%d\"", "Methods %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1499 …"oplines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE… in PHPDBG_COMMAND()
1500 …eoplines=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_O… in PHPDBG_COMMAND()
1501 …noplines=\"%d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTI… in PHPDBG_COMMAND()
1502 …doplines=\"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1503 …phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp in PHPDBG_COMMAND()
H A Dphpdbg.h240 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-8.0/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
/PHP-8.0/ext/tidy/
H A Dtidy.c409 php_error_docref(NULL, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair()
418 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
552 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
590 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
617 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
627 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
823 php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string()
989 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
1041 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()
1042 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
[all …]

Completed in 39 milliseconds