Home
last modified time | relevance | path

Searched refs:CharSet (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dscanf.c104 typedef struct CharSet { struct
113 } CharSet; typedef
118 static char *BuildCharSet(CharSet *cset, char *format);
119 static int CharInSet(CharSet *cset, int ch);
120 static void ReleaseCharSet(CharSet *cset);
141 static char * BuildCharSet(CharSet *cset, char *format) in BuildCharSet()
147 memset(cset, 0, sizeof(CharSet)); in BuildCharSet()
242 static int CharInSet(CharSet *cset, int c) in CharInSet()
281 static void ReleaseCharSet(CharSet *cset) in ReleaseCharSet()
886 CharSet cset; in php_sscanf_internal()

Completed in 8 milliseconds