Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c212 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
266 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
354 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
588 heapframe *F; /* Current frame pointer */ in match() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c148 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) macro
167 #define F(a, b, c) fmtcheck((b), (c)) macro
169 #define F(a, b, c) ((b)) macro
H A Dencoding.c226 #define F 0 /* character never appears in text */ macro
/PHP-7.4/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.4/ext/pdo_mysql/
H A Dmysql_statement.c831 const MYSQL_FIELD *F; in pdo_mysql_stmt_col_meta() local
/PHP-7.4/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

Completed in 60 milliseconds