Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/standard/tests/mail/
H A Dezmlm_hash_variation1.phpt95 string(5) "piece"
149 string(5) "piece"
160 string(5) "piece"
/PHP-5.4/ext/standard/tests/strings/
H A Dexplode_variation1.phpt95 string(5) "piece"
149 string(5) "piece"
160 string(5) "piece"
/PHP-5.4/ext/interbase/tests/
H A D004.phpt42 while($piece = ibase_blob_get($bl_h, 1 + rand() % 1024))
43 $blob .= $piece;
51 while($piece = ibase_blob_get($bl_h, 100 * 1024))
52 $blob .= $piece;
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c1030 *piece, /* The current piece of subject */ in php_pcre_replace_impl() local
1099 piece = subject + start_offset; in php_pcre_replace_impl()
1149 memcpy(&result[*result_len], piece, match-piece); in php_pcre_replace_impl()
1150 *result_len += match-piece; in php_pcre_replace_impl()
1199 memcpy(&result[*result_len], piece, 1); in php_pcre_replace_impl()
1211 memcpy(&result[*result_len], piece, subject_len - start_offset); in php_pcre_replace_impl()
/PHP-5.4/ext/oci8/
H A Doci8_lob.c161 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback() argument
163 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, ub4 len, ub1 piece) in php_oci_lob_callback()
169 switch (piece) in php_oci_lob_callback()
197 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece); in php_oci_lob_callback()
H A Dphp_oci8_int.h417 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b…
419 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, ub4 len, ub1 piece);
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2686 the pattern was not studied. The third argument specifies which piece
9820 string (matched piece is copied to string)
9821 StringPiece (StringPiece is mutated to point to matched piece)

Completed in 50 milliseconds