Searched refs:CharSet (Results 1 – 1 of 1) sorted by relevance
104 typedef struct CharSet { struct113 } CharSet; typedef118 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()874 CharSet cset; in php_sscanf_internal()
Completed in 6 milliseconds