conv              155 ext/curl/multi.c 	unsigned long conv;
conv              157 ext/curl/multi.c 	conv = (unsigned long) (timeout * 1000000.0);
conv              158 ext/curl/multi.c 	to->tv_sec = conv / 1000000;
conv              159 ext/curl/multi.c 	to->tv_usec = conv % 1000000;
conv               33 ext/mbstring/oniguruma/regext.c conv_ext0be32(const UChar* s, const UChar* end, UChar* conv)
conv               36 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               37 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               38 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               39 ext/mbstring/oniguruma/regext.c     *conv++ = *s++;
conv               44 ext/mbstring/oniguruma/regext.c conv_ext0le32(const UChar* s, const UChar* end, UChar* conv)
conv               47 ext/mbstring/oniguruma/regext.c     *conv++ = *s++;
conv               48 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               49 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               50 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               55 ext/mbstring/oniguruma/regext.c conv_ext0be(const UChar* s, const UChar* end, UChar* conv)
conv               58 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               59 ext/mbstring/oniguruma/regext.c     *conv++ = *s++;
conv               64 ext/mbstring/oniguruma/regext.c conv_ext0le(const UChar* s, const UChar* end, UChar* conv)
conv               67 ext/mbstring/oniguruma/regext.c     *conv++ = *s++;
conv               68 ext/mbstring/oniguruma/regext.c     *conv++ = '\0';
conv               73 ext/mbstring/oniguruma/regext.c conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv)
conv               76 ext/mbstring/oniguruma/regext.c     *conv++ = s[3];
conv               77 ext/mbstring/oniguruma/regext.c     *conv++ = s[2];
conv               78 ext/mbstring/oniguruma/regext.c     *conv++ = s[1];
conv               79 ext/mbstring/oniguruma/regext.c     *conv++ = s[0];
conv               85 ext/mbstring/oniguruma/regext.c conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv)
conv               88 ext/mbstring/oniguruma/regext.c     *conv++ = s[1];
conv               89 ext/mbstring/oniguruma/regext.c     *conv++ = s[0];
conv               96 ext/mbstring/oniguruma/regext.c               UChar** conv, UChar** conv_end)
conv              102 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 2);
conv              103 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              104 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + (len * 2);
conv              105 ext/mbstring/oniguruma/regext.c       conv_ext0be(s, end, *conv);
conv              110 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len);
conv              111 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              112 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + len;
conv              113 ext/mbstring/oniguruma/regext.c       conv_swap2bytes(s, end, *conv);
conv              119 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 2);
conv              120 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              121 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + (len * 2);
conv              122 ext/mbstring/oniguruma/regext.c       conv_ext0le(s, end, *conv);
conv              131 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 4);
conv              132 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              133 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + (len * 4);
conv              134 ext/mbstring/oniguruma/regext.c       conv_ext0be32(s, end, *conv);
conv              139 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len);
conv              140 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              141 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + len;
conv              142 ext/mbstring/oniguruma/regext.c       conv_swap4bytes(s, end, *conv);
conv              148 ext/mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 4);
conv              149 ext/mbstring/oniguruma/regext.c       CHECK_NULL_RETURN_MEMERR(*conv);
conv              150 ext/mbstring/oniguruma/regext.c       *conv_end = *conv + (len * 4);
conv              151 ext/mbstring/oniguruma/regext.c       conv_ext0le32(s, end, *conv);
conv               39 ext/standard/fsock.c 	unsigned long conv;
conv               66 ext/standard/fsock.c 	conv = (unsigned long) (timeout * 1000000.0);
conv               67 ext/standard/fsock.c 	tv.tv_sec = conv / 1000000;
conv               68 ext/standard/fsock.c 	tv.tv_usec = conv % 1000000;
conv               94 ext/standard/streamsfuncs.c 	php_timeout_ull conv;
conv              116 ext/standard/streamsfuncs.c 	conv = (php_timeout_ull) (timeout * 1000000.0);
conv              118 ext/standard/streamsfuncs.c 	tv.tv_sec = (long)(conv / 1000000);
conv              119 ext/standard/streamsfuncs.c 	tv.tv_usec =(long)(conv % 1000000);
conv              121 ext/standard/streamsfuncs.c 	tv.tv_sec = conv / 1000000;
conv              122 ext/standard/streamsfuncs.c 	tv.tv_usec = conv % 1000000;
conv              248 ext/standard/streamsfuncs.c 	php_timeout_ull conv;
conv              262 ext/standard/streamsfuncs.c 	conv = (php_timeout_ull) (timeout * 1000000.0);
conv              264 ext/standard/streamsfuncs.c 	tv.tv_sec = (long)(conv / 1000000);
conv              265 ext/standard/streamsfuncs.c 	tv.tv_usec = (long)(conv % 1000000);
conv              267 ext/standard/streamsfuncs.c 	tv.tv_sec = conv / 1000000;
conv              268 ext/standard/streamsfuncs.c 	tv.tv_usec = conv % 1000000;
conv              496 ext/tidy/tidy.c 	zval conv = *value;
conv              510 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_STRING) {
conv              511 ext/tidy/tidy.c 				zval_copy_ctor(&conv);
conv              512 ext/tidy/tidy.c 				convert_to_string(&conv);
conv              514 ext/tidy/tidy.c 			if (tidyOptSetValue(doc, tidyOptGetId(opt), Z_STRVAL(conv))) {
conv              515 ext/tidy/tidy.c 				if (Z_TYPE(conv) != Z_TYPE_P(value)) {
conv              516 ext/tidy/tidy.c 					zval_dtor(&conv);
conv              520 ext/tidy/tidy.c 			if (Z_TYPE(conv) != Z_TYPE_P(value)) {
conv              521 ext/tidy/tidy.c 				zval_dtor(&conv);
conv              526 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
conv              527 ext/tidy/tidy.c 				zval_copy_ctor(&conv);
conv              528 ext/tidy/tidy.c 				convert_to_long(&conv);
conv              530 ext/tidy/tidy.c 			if (tidyOptSetInt(doc, tidyOptGetId(opt), Z_LVAL(conv))) {
conv              536 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
conv              537 ext/tidy/tidy.c 				zval_copy_ctor(&conv);
conv              538 ext/tidy/tidy.c 				convert_to_long(&conv);
conv              540 ext/tidy/tidy.c 			if (tidyOptSetBool(doc, tidyOptGetId(opt), Z_LVAL(conv))) {