Home
last modified time | relevance | path

Searched defs:F (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c211 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
265 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
353 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
569 heapframe *F; /* Current frame pointer */ in match() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c128 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) macro
142 #define F(a, b, c) fmtcheck((b), (c)) macro
144 #define F(a, b, c) ((b)) macro
H A Dencoding.c215 #define F 0 /* character never appears in text */ macro
/PHP-7.3/ext/standard/
H A Dmd5.c148 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
H A Dsha1.c118 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c831 const MYSQL_FIELD *F; local
/PHP-7.3/ext/hash/
H A Dhash_md.c229 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
H A Dhash_sha.c161 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c19057 # define sqlite3TriggersExist(B,C,D,E,F) 0 argument
19061 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
19062 # define sqlite3CodeRowTriggerDirect(A,B,C,D,E,F) argument
19066 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument

Completed in 665 milliseconds