Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/standard/
H A Dstrnatcmp.c94 char const *ap, *bp; in strnatcmp_ex() local
105 bp = b; in strnatcmp_ex()
107 ca = *ap; cb = *bp; in strnatcmp_ex()
114 while (leading && cb == '0' && (bp+1 < bend) && isdigit((int)(unsigned char)*(bp+1))) { in strnatcmp_ex()
115 cb = *++bp; in strnatcmp_ex()
126 cb = *++bp; in strnatcmp_ex()
145 else if (bp == bend) in strnatcmp_ex()
149 ca = *ap; cb = *bp; in strnatcmp_ex()
163 ++ap; ++bp; in strnatcmp_ex()
164 if (ap >= aend && bp >= bend) in strnatcmp_ex()
[all …]
/PHP-7.4/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.4/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.c394 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION()
396 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION()
400 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION()
401 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]); in PHP_FUNCTION()
402 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_FUNCTION()
888 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in php_sapi_phpdbg_deactivate()
890 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in php_sapi_phpdbg_deactivate()
894 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in php_sapi_phpdbg_deactivate()
895 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in php_sapi_phpdbg_deactivate()
897 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in php_sapi_phpdbg_deactivate()
[all …]
H A Dphpdbg_prompt.c1506 …, "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])… in PHPDBG_COMMAND()
1507 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
1508 …"methods=\"%d\"", "Methods %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1509 …"oplines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE… in PHPDBG_COMMAND()
1510 …eoplines=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_O… in PHPDBG_COMMAND()
1511 …noplines=\"%d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTI… in PHPDBG_COMMAND()
1512 …doplines=\"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1513 …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.4/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-7.4/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
/PHP-7.4/ext/tidy/
H A Dtidy.c652 php_error_docref(NULL, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair()
661 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
795 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
833 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
860 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
870 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
1066 php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string()
1232 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
1283 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()
1284 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4483 *bp; local
4491 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4498 *bp = *sp;
4503 bp--;
4504 *bp = '\'';
4510 bp--;
4511 *bp = '\\';
4521 *bp = *sp;
4529 *bp = *sp;
4536 bp -= 3;
[all …]

Completed in 98 milliseconds