Home
last modified time | relevance | path

Searched defs:N (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/zip/lib/
H A Dzip_err_str.c43 #define N ZIP_ET_NONE macro
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Drandom.c90 void sqliteRandomness(int N, void *pBuf){ in sqliteRandomness()
H A Dutil.c98 void sqliteCheckMemory(void *p, int N){ in sqliteCheckMemory()
508 int sqliteStrNICmp(const char *zLeft, const char *zRight, int N){ in sqliteStrNICmp()
H A Ddate.c95 int N; in getDigits() local
H A Dpager.c125 # define CODEC(P,D,N,X) if( P->xCodec ){ P->xCodec(P->pCodecArg,D,N,X); } argument
127 # define CODEC(P,D,N,X) argument
H A Dvdbe.c269 static void popStack(Mem **ppTos, int N){ in popStack()
H A Dbtree.c3216 int N, /* Expected number of pages in the list */ in checkList()
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c462 #define BF_ROUND(L, R, N) \ argument
481 #define BF_ROUND(L, R, N) \ argument
H A Drand.c143 #define N MT_N /* length of state vector */ macro
H A Dcrypt_sha512.c580 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha512_crypt_r() argument
H A Dcrypt_sha256.c545 #define b64_from_24bit(B2, B1, B0, N) \ in php_sha256_crypt_r() argument
/PHP-5.3/ext/hash/
H A Dhash_snefru.c26 #define round(L, C, N, SB) \ argument
/PHP-5.3/Zend/
H A Dbench.php251 function heapsort($N) {
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c919 # define N 2 macro
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c11199 # define sqlite3StackAllocRaw(D,N) alloca(N) argument
11200 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) argument
11203 # define sqlite3StackAllocRaw(D,N) sqlite3DbMallocRaw(D,N) argument
11204 # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) argument
12461 SQLITE_API const char *sqlite3_compileoption_get(int N){ in sqlite3_compileoption_get()
12952 SQLITE_PRIVATE void sqlite3StatusAdd(int op, int N){ in sqlite3StatusAdd()
13210 int N; in getDigits() local
18105 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3MemoryAlarm()
18126 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3_memory_alarm()
18965 static void appendSpace(StrAccum *pAccum, int N){ in appendSpace()
[all …]
/PHP-5.3/ext/date/
H A Dphp_date.c4126 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local

Completed in 397 milliseconds