Home
last modified time | relevance | path

Searched refs:cmp (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.2/main/
H A Dphp.h403 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void…
/PHP-7.2/ext/standard/
H A Dvar_unserializer.c1088 int cmp = strncmp((char*)YYCURSOR - MAX_LENGTH_OF_LONG, long_min_digits, MAX_LENGTH_OF_LONG - 1); in php_var_unserialize_internal() local
1090 if (!(cmp < 0 || (cmp == 0 && start[2] == '-'))) { in php_var_unserialize_internal()
H A Dvar_unserializer.re731 int cmp = strncmp((char*)YYCURSOR - MAX_LENGTH_OF_LONG, long_min_digits, MAX_LENGTH_OF_LONG - 1);
733 if (!(cmp < 0 || (cmp == 0 && start[2] == '-'))) {
H A Dstring.c5289 char *p, *endp, cmp; local
5329 cmp = needle[0];
5331 while ((p = memchr(p, cmp, endp - p))) {
/PHP-7.2/ext/json/
H A Djson_scanner.c323 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan() local
324 if (!(cmp < 0 || (cmp == 0 && negative))) { in php_json_scan()
/PHP-7.2/ext/bcmath/libbcmath/
H A Dconfigure1527 if cmp -s $cache_file confcache; then
1830 if cmp -s $ac_file conftest.h 2>/dev/null; then
/PHP-7.2/Zend/
H A Dzend_operators.c2981 int cmp = strcmp(&ptr[-digits], long_min_digits); local
2983 if (!(cmp < 0 || (cmp == 0 && *str == '-'))) {
/PHP-7.2/build/
H A Dshtool923 if cmp -s "$src" "$dst"; then
H A Dlibtool.m46352 cmp -s conftest.out conftest.nl || break
/PHP-7.2/
H A Dconfigure.ac138 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c114634 int cmp;
114646 if( (max && cmp<0) || (!max && cmp>0) ){
162160 if( piFirst && (cmp<0 || (cmp==0 && nBuffer>nTerm)) ){
162165 if( piLast && cmp<0 ){
178579 if( cmp>=0 ){
206575 if( cmp>0 || (cmp==0 && pChild->bNomatch==0) ){
206632 if( cmp>0 ){
206694 if( cmp>0 ){
206698 assert( rc!=SQLITE_OK || cmp<=0 );
206699 if( cmp || p2->bNomatch ) break;
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic8709 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
8789 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
8807 # assembler instructions: cmp ebx,"TCPA";cmp
H A Dmagic私はガラスを食べられます8709 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
8789 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
8807 # assembler instructions: cmp ebx,"TCPA";cmp

Completed in 495 milliseconds

12