Searched refs:RETURN_LONG (Results 1 - 25 of 92) sorted by relevance
1234
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_attr.c | 56 RETURN_LONG( value ); 115 RETURN_LONG( ucol_getStrength( co->ucoll ) );
|
| H A D | collator_compare.c | 122 RETURN_LONG( result );
|
| H A D | collator_error.c | 51 RETURN_LONG( COLLATOR_ERROR_CODE( co ) );
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_attr.c | 84 RETURN_LONG(dfo->date_type ); 110 RETURN_LONG(dfo->time_type ); 137 RETURN_LONG(dfo->calendar);
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_main.c | 117 RETURN_LONG( INTL_DATA_ERROR_CODE(nfo) );
|
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 75 RETURN_LONG(ret_len); 159 RETURN_LONG(found - haystack); 166 RETURN_LONG(ret_pos + offset); 228 RETURN_LONG(found - haystack_dup); 241 RETURN_LONG(ret_pos + offset); 295 RETURN_LONG(ret_pos); 310 RETURN_LONG(ret_pos); 373 RETURN_LONG(ret_pos); 388 RETURN_LONG(ret_pos);
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat.c | 136 RETURN_LONG( INTL_DATA_ERROR_CODE(mfo) );
|
| /PHP_5_3/ext/calendar/ |
| H A D | cal_unix.c | 48 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); 67 RETURN_LONG(uday * 24 * 3600);
|
| H A D | calendar.c | 362 RETURN_LONG(sdn_next - sdn_start); 381 RETURN_LONG(cal_conversion_table[cal].to_jd(year, month, day)); 455 RETURN_LONG(GregorianToSdn(year, month, day)); 488 RETURN_LONG(JulianToSdn(year, month, day)); 636 RETURN_LONG(JewishToSdn(year, month, day)); 669 RETURN_LONG(FrenchToSdn(year, month, day)); 698 RETURN_LONG(day);
|
| /PHP_5_3/ext/curl/ |
| H A D | multi.c | 97 RETURN_LONG((long) curl_multi_add_handle(mh->multi, ch->cp)); 154 RETURN_LONG((long) curl_multi_remove_handle(mh->multi, ch->cp)); 195 RETURN_LONG(-1); 197 RETURN_LONG(select(maxfd + 1, &readfds, &writefds, &exceptfds, &to)); 235 RETURN_LONG(result);
|
| /PHP_5_3/ext/ftp/ |
| H A D | php_ftp.c | 621 RETURN_LONG(mode); 819 RETURN_LONG(ret); 822 RETURN_LONG(ret); 968 RETURN_LONG(PHP_FTP_FAILED); 975 RETURN_LONG(ret); 995 RETURN_LONG(PHP_FTP_FAILED); 1012 RETURN_LONG(ret); 1107 RETURN_LONG(ret); 1110 RETURN_LONG(ret); 1223 RETURN_LONG(re [all...] |
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_priv.h | 107 RETURN_LONG((long) (__val)); \
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_interface.c | 405 RETURN_LONG(descriptor->lob_current_position); 511 RETURN_LONG(lob_length); 553 RETURN_LONG(0); 559 RETURN_LONG(bytes_written); 692 RETURN_LONG(bytes_erased); 1164 RETURN_LONG(column->storage_size4); 1166 RETURN_LONG(column->data_size); 1179 RETURN_LONG(column->scale); 1192 RETURN_LONG(column->precision); 1286 RETURN_LONG(colum [all...] |
| /PHP_5_3/ext/odbc/ |
| H A D | birdstep.c | 319 RETURN_LONG(ind); 395 RETURN_LONG(rows); 421 RETURN_LONG(indx); 542 RETURN_LONG((long)res->values[indx].value); 699 RETURN_LONG(res->numcols);
|
| /PHP_5_3/ext/pcntl/ |
| H A D | pcntl.c | 551 RETURN_LONG((long) id); 564 RETURN_LONG ((long) alarm(seconds)); 592 RETURN_LONG((long) child_id); 627 RETURN_LONG((long) child_id); 696 RETURN_LONG(WEXITSTATUS(status_word)); 714 RETURN_LONG(WTERMSIG(status_word)); 732 RETURN_LONG(WSTOPSIG(status_word)); 1075 RETURN_LONG(signo); 1130 RETURN_LONG(pri); 1179 RETURN_LONG(PCNTL_ [all...] |
| /PHP_5_3/ext/shmop/ |
| H A D | shmop.c | 230 RETURN_LONG(rsid); 307 RETURN_LONG(shmop->size); 341 RETURN_LONG(writesize);
|
| /PHP_5_3/ext/standard/ |
| H A D | assert.c | 259 RETURN_LONG(oldint); 268 RETURN_LONG(oldint); 277 RETURN_LONG(oldint); 286 RETURN_LONG(oldint);
|
| H A D | filestat.c | 917 RETURN_LONG((long)ssb.sb.st_mode); 919 RETURN_LONG((long)ssb.sb.st_ino); 921 RETURN_LONG((long)ssb.sb.st_size); 923 RETURN_LONG((long)ssb.sb.st_uid); 925 RETURN_LONG((long)ssb.sb.st_gid); 927 RETURN_LONG((long)ssb.sb.st_atime); 929 RETURN_LONG((long)ssb.sb.st_mtime); 931 RETURN_LONG((long)ssb.sb.st_ctime); 1142 RETURN_LONG(realpath_cache_size(TSRMLS_C));
|
| H A D | ftok.c | 48 RETURN_LONG(-1); 53 RETURN_LONG(-1); 57 RETURN_LONG(-1); 65 RETURN_LONG(k);
|
| H A D | levenshtein.c | 131 RETURN_LONG(distance);
|
| H A D | link.c | 118 RETURN_LONG(-1L); 122 RETURN_LONG((long) sb.st_dev);
|
| H A D | link_win32.c | 94 RETURN_LONG(-1L); 97 RETURN_LONG((long) sb.st_dev);
|
| H A D | pageinfo.c | 109 RETURN_LONG(uid); 124 RETURN_LONG(gid); 139 RETURN_LONG((long) pid); 152 RETURN_LONG(BG(page_inode)); 171 RETURN_LONG(lm);
|
| H A D | rand.c | 305 RETURN_LONG(number); 344 RETURN_LONG(number); 356 RETURN_LONG(PHP_RAND_MAX); 372 RETURN_LONG(PHP_MT_RAND_MAX); /* 2^^31 */
|
| /PHP_5_3/ext/phar/ |
| H A D | func_interceptors.c | 316 RETURN_LONG(size); 486 RETURN_LONG((long)stat_sb->st_mode); 488 RETURN_LONG((long)stat_sb->st_ino); 490 RETURN_LONG((long)stat_sb->st_size); 492 RETURN_LONG((long)stat_sb->st_uid); 494 RETURN_LONG((long)stat_sb->st_gid); 497 RETURN_LONG((long)stat_sb->st_atime.tv_sec); 499 RETURN_LONG((long)stat_sb->st_atime); 503 RETURN_LONG((long)stat_sb->st_mtime.tv_sec); 505 RETURN_LONG((lon [all...] |
Completed in 56 milliseconds
1234