Searched refs:word_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | metaphone.c | 28 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.4/ext/pspell/ |
H A D | pspell.c | 494 int type, word_len; in PHP_FUNCTION() local 499 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 519 int word_len; in PHP_FUNCTION() local 525 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 576 int type, word_len; in PHP_FUNCTION() local 581 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 588 if (word_len == 0) { in PHP_FUNCTION() 606 int type, word_len; in PHP_FUNCTION() local 611 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION() 618 if (word_len == 0) { in PHP_FUNCTION()
|
Completed in 8 milliseconds