Home
last modified time | relevance | path

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

/PHP-5.3/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-5.3/ext/standard/
H A Dstrnatcmp.c105 char const *ap, *bp; in strnatcmp_ex() local
115 bp = b; in strnatcmp_ex()
117 ca = *ap; cb = *bp; in strnatcmp_ex()
124 while (leading && cb == '0' && (bp+1 < bend) && isdigit(*(bp+1))) { in strnatcmp_ex()
125 cb = *++bp; in strnatcmp_ex()
136 cb = *++bp; in strnatcmp_ex()
150 else if (ap == aend && bp == bend) in strnatcmp_ex()
155 ca = *ap; cb = *bp; in strnatcmp_ex()
169 ++ap; ++bp; in strnatcmp_ex()
170 if (ap >= aend && bp >= bend) in strnatcmp_ex()
[all …]
/PHP-5.3/Zend/
H A Dzend_static_allocator.c27 block->pos = block->bp = (char *) emalloc(block_size); in block_init()
28 block->end = block->bp + block_size; in block_init()
42 efree(block->bp); in block_destroy()
H A Dzend_static_allocator.h32 char *bp; member
H A Dzend_compile.h379 void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC);
380 void fetch_simple_variable_ex(znode *result, znode *varname, int bp, zend_uchar op TSRMLS_DC);
H A Dzend_compile.c372 void fetch_simple_variable_ex(znode *result, znode *varname, int bp, zend_uchar op TSRMLS_DC) /* {{… in fetch_simple_variable_ex() argument
395 if (bp) { in fetch_simple_variable_ex()
417 if (bp) { in fetch_simple_variable_ex()
424 void fetch_simple_variable(znode *result, znode *varname, int bp TSRMLS_DC) /* {{{ */ in fetch_simple_variable()
427 fetch_simple_variable_ex(result, varname, bp, ZEND_FETCH_W TSRMLS_CC); in fetch_simple_variable()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c315 UChar *p, *s, *bp; local
351 bp = bs;
352 while (blen-- > 0) *s++ = *bp++;
360 bp = bs;
361 while (len-- > 0) *s++ = *bp++;
H A Dregcomp.c5624 bp++; in onig_print_compiled_byte_code()
5667 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code()
5669 p_string(f, 3, bp); bp += 3; break; in onig_print_compiled_byte_code()
5671 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code()
5673 p_string(f, 5, bp); bp += 5; break; in onig_print_compiled_byte_code()
5681 p_string(f, 2, bp); bp += 2; break; in onig_print_compiled_byte_code()
5683 p_string(f, 4, bp); bp += 4; break; in onig_print_compiled_byte_code()
5685 p_string(f, 6, bp); bp += 6; break; in onig_print_compiled_byte_code()
5734 q = bp; in onig_print_compiled_byte_code()
5748 q = bp; in onig_print_compiled_byte_code()
[all …]
H A Dregexec.c1478 UChar *q, *bp, buf[50]; in match_at() local
1481 bp = buf; in match_at()
1484 while (len-- > 0) *bp++ = *q++; in match_at()
1486 if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; } in match_at()
1487 else { xmemcpy(bp, "\"", 1); bp += 1; } in match_at()
1488 *bp = 0; in match_at()
1490 for (i = 0; i < 20 - (bp - buf); i++) fputc(' ', stderr); in match_at()
H A Dregint.h812 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite17.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();~�bp�DZNu��@.�…
/PHP-5.3/ext/tidy/
H A Dtidy.c616 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf->bp); in php_tidy_quick_repair()
624 RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1); in php_tidy_quick_repair()
783 ZVAL_STRINGL(out, (char*)output.bp, output.size ? output.size-1 : 0, TRUE); in tidy_doc_cast_handler()
818 ZVAL_STRINGL(out, (char*)buf.bp, buf.size ? buf.size-1 : 0, TRUE); in tidy_node_cast_handler()
840 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
867 ADD_PROPERTY_STRINGL(obj->std.properties, value, buf.bp, buf.size-1); in tidy_add_default_properties()
1052 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", obj->ptdoc->errbuf->bp); in php_tidy_parse_string()
1139 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf.bp); in PHP_FUNCTION()
1146 RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1); in PHP_FUNCTION()
1194 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/filter/tests/
H A D040.phpt8 ap[]=1&bp=test&cp=
/PHP-5.3/ext/standard/tests/general_functions/
H A Dimport_request.phpt6 ap=25&bp=test&cp=blah3&dp[]=ar
/PHP-5.3/ext/pgsql/
H A Dpgsql.c4119 *bp; local
4127 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4134 *bp = *sp;
4139 bp--;
4140 *bp = '\'';
4146 bp--;
4147 *bp = '\\';
4157 *bp = *sp;
4165 *bp = *sp;
4172 bp -= 3;
[all …]
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63187 } bp;
67263 u.bp.pC = p->apCsr[pOp->p1];
67264 assert( u.bp.pC!=0 );
67265 u.bp.pCrsr = u.bp.pC->pCursor;
67267 if( ALWAYS(u.bp.pCrsr!=0) ){
67268 rc = sqlite3VdbeCursorMoveto(u.bp.pC);
67270 assert( u.bp.pC->deferredMoveto==0 );
67271 assert( u.bp.pC->isTable==0 );
67272 if( !u.bp.pC->nullRow ){
67273 rc = sqlite3VdbeIdxRowid(db, u.bp.pCrsr, &u.bp.rowid);
[all …]

Completed in 440 milliseconds