Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_color.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.0/ext/standard/
H A Dstrnatcmp.c105 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.0/ext/hash/
H A Dhash_fnv.c153 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 ^= (php_hash_uint32)*bp++; in fnv_32_buf()
169 hval ^= (php_hash_uint32)*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 ^= (php_hash_uint64)*bp++; in fnv_64_buf()
211 hval ^= (php_hash_uint64)*bp++; in fnv_64_buf()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c66 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 Dphpdbg.c224 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_RSHUTDOWN_FUNCTION()
226 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_RSHUTDOWN_FUNCTION()
230 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_RSHUTDOWN_FUNCTION()
231 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in PHP_RSHUTDOWN_FUNCTION()
233 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_RSHUTDOWN_FUNCTION()
234 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in PHP_RSHUTDOWN_FUNCTION()
386 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION()
388 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION()
392 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION()
393 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]); in PHP_FUNCTION()
[all …]
H A Dphpdbg_prompt.c1498 …, "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])… in PHPDBG_COMMAND()
1499 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
1500 …"methods=\"%d\"", "Methods %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1501 …"oplines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE… in PHPDBG_COMMAND()
1502 …eoplines=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_O… in PHPDBG_COMMAND()
1503 …noplines=\"%d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTI… in PHPDBG_COMMAND()
1504 …doplines=\"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in PHPDBG_COMMAND()
1505 …phpdbg_writeln("clear", "eval=\"%d\"", "Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp in PHPDBG_COMMAND()
H A Dphpdbg.h237 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregerror.c331 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 Dregcomp.c5861 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 Dregexec.c1296 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 Dregint.h780 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-7.0/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
/PHP-7.0/ext/tidy/
H A Dtidy.c619 php_error_docref(NULL, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair()
628 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
760 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler()
794 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
821 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
831 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
1027 php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string()
1180 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
1231 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()
1232 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/tests/general_functions/
H A Dimport_request.phpt8 ap=25&bp=test&cp=blah3&dp[]=ar
/PHP-7.0/ext/pgsql/
H A Dpgsql.c4443 *bp; local
4451 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4458 *bp = *sp;
4463 bp--;
4464 *bp = '\'';
4470 bp--;
4471 *bp = '\\';
4481 *bp = *sp;
4489 *bp = *sp;
4496 bp -= 3;
[all …]

Completed in 110 milliseconds