Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmetaphone.c28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int …
167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int … in metaphone() argument
188 max_buffer_len = word_len; in metaphone()
189 *phoned_word = safe_emalloc(sizeof(char), word_len, 1); in metaphone()
/PHP-5.3/ext/pspell/
H A Dpspell.c504 int type, word_len; in PHP_FUNCTION() local
509 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
529 int word_len; in PHP_FUNCTION() local
535 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
586 int type, word_len; in PHP_FUNCTION() local
591 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
598 if (word_len == 0) { in PHP_FUNCTION()
616 int type, word_len; in PHP_FUNCTION() local
621 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
628 if (word_len == 0) { in PHP_FUNCTION()

Completed in 15 milliseconds