Searched refs:pv (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/build/ |
| H A D | shtool | 1726 pv=`$perl -e 'printf("%.3f", $]);'` 1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile
|
| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | debug.c | 58 /* pv prints a character array as if it was a string of bcd digits. */ 60 pv (name, num, len) function
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 1063 const unsigned char *pv = p; local 1083 if (p <= pv) { 1084 p = pv + 1; 1149 const unsigned char *pv = p; local 1171 if (p >= pv) { 1172 p = pv - 1;
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_persist.c | 106 static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) argument 111 nread = php_stream_read(stm->stream, pv, cb); 122 static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritten) argument 127 nwrote = php_stream_write(stm->stream, pv, cb);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 1140 zval pv; local 1147 Z_STRLEN(pv) = str_len + sizeof("return ;") - 1; 1148 Z_STRVAL(pv) = emalloc(Z_STRLEN(pv) + 1); 1149 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); 1150 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len); 1151 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; 1152 Z_STRVAL(pv)[Z_STRLEN(pv)] [all...] |
Completed in 47 milliseconds